Add missing final
This commit is contained in:
parent
5087da86f6
commit
86cdd67cd8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class AppleStylePassReader {
|
|||
|
||||
JSONObject pass_json = null, type_json = null;
|
||||
|
||||
Optional<String> localized_path = findLocalizedPath(path, language);
|
||||
final Optional<String> localized_path = findLocalizedPath(path, language);
|
||||
|
||||
if (localized_path.isPresent()) {
|
||||
final File file = new File(localized_path.get(), "pass.strings");
|
||||
|
|
Loading…
Reference in a new issue