doco change.
authorjprocter <Jim Procter>
Mon, 2 Apr 2007 15:52:47 +0000 (15:52 +0000)
committerjprocter <Jim Procter>
Mon, 2 Apr 2007 15:52:47 +0000 (15:52 +0000)
src/jalview/gui/FeatureSettings.java

index 7e817af..acd7694 100755 (executable)
@@ -132,7 +132,7 @@ public class FeatureSettings
       {
         if (!fs.resettingTable && !fs.handlingUpdate) {
           fs.handlingUpdate=true;
-          fs.resetTable(null); // groups may be added with new seuqence feature types only
+          fs.resetTable(null); // new groups may be added with new seuqence feature types only
           fs.handlingUpdate=false;
         }
       }