Skip to content

Commit

Permalink
Discard format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mairdl committed Jul 21, 2016
1 parent cd1b20d commit 23aa955
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/net/sf/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -1866,8 +1866,7 @@ public EditAction(String command, String menuTitle, String description, KeyStrok
putValue(Action.SHORT_DESCRIPTION, description);
}

@Override
public void actionPerformed(ActionEvent e) {
@Override public void actionPerformed(ActionEvent e) {

LOGGER.debug(Globals.getFocusListener().getFocused().toString());
JComponent source = Globals.getFocusListener().getFocused();
Expand Down

0 comments on commit 23aa955

Please sign in to comment.