currentSeq and set description in dataset
[jalview.git] / src / jalview / datamodel / SequenceFeature.java
index ef391eb..ca72942 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -33,7 +33,7 @@ public class SequenceFeature
     public float score;\r
     public String type;\r
     public String description;\r
-    Hashtable otherDetails;\r
+    public Hashtable otherDetails;\r
     public java.util.Vector links;\r
 \r
     // Feature group can be set from a features file\r