JAL-722 updated from 2.11.2 develop branch - needs further work before release
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 93a2456..4b1220b 100755 (executable)
@@ -20,7 +20,6 @@
  */
 package jalview.datamodel;
 
-import java.util.Hashtable;
 import java.util.List;
 import java.util.Map;
 import java.util.Set;
@@ -403,7 +402,7 @@ public interface AlignmentI extends AnnotatedCollectionI
    * 
    * @return hashtable of alignment properties (or null if none are defined)
    */
-  Hashtable getProperties();
+  Map<Object, Object> getProperties();
 
   /**
    * add a reference to a frame of aligned codons for this alignment