We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e2821 commit e9e0371Copy full SHA for e9e0371
1 file changed
src/main/java/ua_parser/Parser.java
@@ -99,9 +99,9 @@ public OS parseOS(String agentString) {
99
}
100
101
public static LoaderOptions getDefaultLoaderOptions(){
102
- LoaderOptions loaderOptions = new LoaderOptions();
103
- loaderOptions.setCodePointLimit(CODE_POINT_LIMIT);
104
- return loaderOptions;
+ LoaderOptions options = new LoaderOptions();
+ options.setCodePointLimit(CODE_POINT_LIMIT);
+ return options;
105
106
107
private void initialize(InputStream regexYaml, LoaderOptions loaderOptions) {
0 commit comments