Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Mar 10, 2020
1 parent 85b2af2 commit 9001788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@
*/
public class JabRefFrame extends BorderPane {

private static final Logger LOGGER = LoggerFactory.getLogger(JabRefFrame.class);

public static final String FRAME_TITLE = "JabRef";

private static final Logger LOGGER = LoggerFactory.getLogger(JabRefFrame.class);

private final SplitPane splitPane = new SplitPane();
private final JabRefPreferences prefs = Globals.prefs;
private final GlobalSearchBar globalSearchBar = new GlobalSearchBar(this, Globals.stateManager);
Expand Down

0 comments on commit 9001788

Please sign in to comment.