JAL-2480 test coverage / bug fixes / javadoc
[jalview.git] / src / jalview / datamodel / features / SequenceFeaturesI.java
index b6cc3ad..5f904da 100644 (file)
@@ -116,8 +116,8 @@ public interface SequenceFeaturesI
           boolean positionalFeatures, String... groups);
 
   /**
-   * Answers an immutable set of the distinct feature types for which a feature
-   * is stored
+   * Answers a set of the distinct feature types for which a feature is stored
+   * 
    * @return
    */
   public abstract Set<String> getFeatureTypes();