Skip to content

Commit

Permalink
Fix access to static constant
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 15, 2015
1 parent 63d82db commit c9ac0c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void replaceAbstractField() {
*/
public static void upgradeFaultyEncodingStrings() {
JabRefPreferences prefs = Globals.prefs;
String defaultEncoding = prefs.get(prefs.DEFAULT_ENCODING);
String defaultEncoding = prefs.get(JabRefPreferences.DEFAULT_ENCODING);
if (defaultEncoding == null) {
return;
}
Expand Down

0 comments on commit c9ac0c2

Please sign in to comment.