JAL-3144 spelling, Javadoc, abstract method for JalviewJS
[jalview.git] / src / jalview / gui / SequenceFetcher.java
index 8037fed..f9d7760 100755 (executable)
@@ -331,7 +331,7 @@ public class SequenceFetcher extends JPanel implements Runnable
   }
 
   /**
-   * Action on selected a database other than Uniprot or PDB is to enable or
+   * Action on selecting a database other than Uniprot or PDB is to enable or
    * disable 'Replace commas', and await input in the query field
    */
   protected void otherSourceAction()
@@ -340,8 +340,7 @@ public class SequenceFetcher extends JPanel implements Runnable
     {
       String eq = exampleAccession.getText();
       // TODO this should be a property of the SequenceFetcher whether commas
-      // are and
-      // colons are allowed in the IDs...
+      // are allowed in the IDs...
 
       boolean enablePunct = !(eq != null && eq.indexOf(",") > -1);
       replacePunctuation.setEnabled(enablePunct);