Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph_Br4un committed Jul 7, 2016
1 parent 1450264 commit 9f9b18d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/net/sf/jabref/gui/FieldSetComponent.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
import net.sf.jabref.logic.labelpattern.LabelPatternUtil;

/**
*
* @author alver
*/
class FieldSetComponent extends JPanel implements ActionListener {
Expand Down Expand Up @@ -197,7 +196,7 @@ public void selectField(String fieldName) {
// Make sure it is visible:
JViewport viewport = sp.getViewport();
Rectangle rectangle = list.getCellBounds(idx, idx);
if(rectangle != null) {
if (rectangle != null) {
viewport.scrollRectToVisible(rectangle);
}

Expand Down Expand Up @@ -395,5 +394,4 @@ public void focusLost(FocusEvent e) {
}



}

0 comments on commit 9f9b18d

Please sign in to comment.