git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b666f
)
getProperties returns nullk for no properties
author
jprocter
<Jim Procter>
Fri, 27 Apr 2007 10:47:21 +0000
(10:47 +0000)
committer
jprocter
<Jim Procter>
Fri, 27 Apr 2007 10:47:21 +0000
(10:47 +0000)
src/jalview/datamodel/AlignmentI.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/AlignmentI.java
b/src/jalview/datamodel/AlignmentI.java
index
f937bd3
..
9141a51
100755
(executable)
--- 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();
}