Skip to content

Commit

Permalink
Fixed import order and strange diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Braunch committed Jul 21, 2016
1 parent 84ec712 commit 9ded2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
- Swedish is added as a language option (still not a complete translation)
- [#969](https://github.com/JabRef/jabref/issues/969) Adding and replacing old event system mechanisms with Google Guava EventBus.


### Fixed
- Fixed [#318](https://github.com/JabRef/jabref/issues/318): Improve normalization of author names
- Fixed [#598](https://github.com/JabRef/jabref/issues/598) and [#402](https://github.com/JabRef/jabref/issues/402): No more issues with invalid icons for ExternalFileTypes in global search or after editing the settings
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/net/sf/jabref/gui/entryeditor/EntryEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
import javax.swing.event.ChangeListener;
import javax.swing.text.JTextComponent;

import com.google.common.eventbus.Subscribe;
import net.sf.jabref.Globals;
import net.sf.jabref.external.WriteXMPEntryEditorAction;
import net.sf.jabref.gui.BasePanel;
Expand Down Expand Up @@ -113,6 +112,8 @@
import net.sf.jabref.model.event.FieldChangedEvent;
import net.sf.jabref.preferences.JabRefPreferences;
import net.sf.jabref.specialfields.SpecialFieldUpdateListener;

import com.google.common.eventbus.Subscribe;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

Expand Down

0 comments on commit 9ded2df

Please sign in to comment.