Skip to content

Commit

Permalink
Make javlibrary browser static.
Browse files Browse the repository at this point in the history
 This avoid loading many browsers in amalgamation engine
  • Loading branch information
Wizell committed Jan 12, 2019
1 parent d844929 commit e259f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class JavLibraryParsingProfile extends SiteParsingProfile implements Spec
public static final String chineseLanguageCode = "cn";
private static final boolean reverseAsianNameInEnglish = true;
private String overrideURLJavLibrary;
private DitzyHeadlessBrowser browser;
private static DitzyHeadlessBrowser browser;

private static final SimpleDateFormat javLibraryReleaseDateFormat = new SimpleDateFormat("yyyy-MM-dd", Locale.ENGLISH);

Expand Down

0 comments on commit e259f6d

Please sign in to comment.