From df22dee52c85b43767658a079c87172d79c0af06 Mon Sep 17 00:00:00 2001 From: jprocter Date: Fri, 27 Apr 2007 10:47:21 +0000 Subject: [PATCH] getProperties returns nullk for no properties --- src/jalview/datamodel/AlignmentI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 1.7.10.2