JAL-2808 small tweaks to api / Javadoc
[jalview.git] / src / jalview / datamodel / features / FeatureMatcherI.java
index fa66468..f1f8585 100644 (file)
@@ -58,8 +58,8 @@ public interface FeatureMatcherI
 
   /**
    * Answers a string representation of this object suitable for use when
-   * persisting data, in a format that should not change so can be reliably read
-   * back.
+   * persisting data, in a format that can be reliably read back. Any changes to
+   * the format should be backwards compatible.
    */
   String toStableString();
 }