file format enum wip changes
[jalview.git] / src / jalview / datamodel / PDBEntry.java
index 1c7df49..243e00c 100755 (executable)
@@ -37,7 +37,7 @@ public class PDBEntry
     PDB, MMCIF, FILE
   }
 
-  Hashtable properties;
+  Hashtable<String, String> properties;
 
   /*
    * (non-Javadoc)
@@ -153,7 +153,7 @@ public class PDBEntry
     this.properties = property;
   }
 
-  public Hashtable getProperty()
+  public Hashtable<String, String> getProperty()
   {
     return properties;
   }