clean code
authorjanengelhardt <engelhardt87@googlemail.com>
Tue, 28 Jun 2011 12:00:54 +0000 (14:00 +0200)
committerjanengelhardt <engelhardt87@googlemail.com>
Mon, 25 Jul 2011 12:58:34 +0000 (14:58 +0200)
Change-Id: I43a5703ed1dee98dbad0b15226dbe21a87fb6ead

src/jalview/gui/AnnotationLabels.java

index b8c81ce..6626016 100755 (executable)
@@ -58,7 +58,7 @@ public class AnnotationLabels extends JPanel implements MouseListener,
   Image image;
 
   AlignmentPanel ap;
-  
+
   AlignViewport av;
 
   boolean resizing = false;
@@ -439,7 +439,6 @@ public class AnnotationLabels extends JPanel implements MouseListener,
   public void mouseClicked(MouseEvent evt)
   {
     AlignmentAnnotation[] aa = ap.av.alignment.getAlignmentAnnotation();
-        
     if (SwingUtilities.isLeftMouseButton(evt))
     {
       if (selectedRow > -1 && selectedRow < aa.length)
@@ -495,7 +494,6 @@ public class AnnotationLabels extends JPanel implements MouseListener,
     JMenuItem item = new JMenuItem(ADDNEW);
     item.addActionListener(this);
     pop.add(item);
-        
     if (selectedRow < 0)
     {
       if (hasHiddenRows)