Skip to content

Commit

Permalink
correctCheckstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
1170300102 committed Aug 9, 2019
1 parent 88dbc74 commit f5e20ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/actions/JabRefAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import java.util.HashMap;
import java.util.Map;

import javafx.beans.binding.Bindings;

import org.jabref.Globals;
import org.jabref.gui.keyboard.KeyBindingRepository;

import de.saxsys.mvvmfx.utils.commands.Command;

/**
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/jabref/gui/actions/Sources.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.jabref.gui.actions;


public enum Sources {
FromButton,
FromMenu
Expand Down

0 comments on commit f5e20ad

Please sign in to comment.