getProperties returns nullk for no properties
authorjprocter <Jim Procter>
Fri, 27 Apr 2007 10:47:21 +0000 (10:47 +0000)
committerjprocter <Jim Procter>
Fri, 27 Apr 2007 10:47:21 +0000 (10:47 +0000)
src/jalview/datamodel/AlignmentI.java

index f937bd3..9141a51 100755 (executable)
@@ -260,7 +260,7 @@ public interface AlignmentI
   public Object getProperty(Object key);
   /**
    * Get the property hashtable.
-   * @return hashtable of alignment properties (if any)
+   * @return hashtable of alignment properties (or null if none are defined)
    */
   public Hashtable getProperties();
 }