Skip to content

Commit

Permalink
Added override to getTheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ageofadz committed Nov 23, 2019
1 parent aa06737 commit 508c2be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jabref/preferences/JabRefPreferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ public String getUser() {
return get(DEFAULT_OWNER);
}
}

public String getTheme() {
@Override
public String getTheme() {
return get(FX_THEME);
}

Expand Down

0 comments on commit 508c2be

Please sign in to comment.