From: jprocter Date: Fri, 27 Apr 2007 10:47:21 +0000 (+0000) Subject: getProperties returns nullk for no properties X-Git-Tag: Release_2_3~139 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=df22dee52c85b43767658a079c87172d79c0af06;hp=a0b666f6b2b220b28baf6022a41ecf3c50db7d0c;p=jalview.git getProperties returns nullk for no properties --- diff --git a/src/jalview/datamodel/AlignmentI.java b/src/jalview/datamodel/AlignmentI.java index f937bd3..9141a51 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -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(); }