1.5 annotation fix
[jalview.git] / src / jalview / jbgui / GWsPreferences.java
index 4ffd193..7885d12 100644 (file)
@@ -223,42 +223,31 @@ public class GWsPreferences extends JPanel
     wsList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
     wsList.addMouseListener(new MouseListener() {
 
-      @Override
       public void mouseClicked(MouseEvent e)
       {
         if (e.getClickCount()>1)
         {
           editWsUrl_actionPerformed(null);
         }
-        // TODO Auto-generated method stub
         
       }
 
-      @Override
       public void mouseEntered(MouseEvent e)
       {
-        // TODO Auto-generated method stub
         
       }
 
-      @Override
       public void mouseExited(MouseEvent e)
       {
-        // TODO Auto-generated method stub
-        
       }
 
-      @Override
       public void mousePressed(MouseEvent e)
       {
-        // TODO Auto-generated method stub
         
       }
 
-      @Override
       public void mouseReleased(MouseEvent e)
       {
-        // TODO Auto-generated method stub
         
       }
       
@@ -301,73 +290,61 @@ public class GWsPreferences extends JPanel
 
   protected void resetWs_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
     
   }
 
   protected void indexByType_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void indexByHost_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void newWsUrl_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void editWsUrl_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void deleteWsUrl_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void moveWsUrlUp_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void moveWsUrlDown_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void enableEnfinServices_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void enableJws2Services_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void enableJws1Services_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }
 
   protected void refreshWs_actionPerformed(ActionEvent e)
   {
-    // TODO Auto-generated method stub
 
   }