typing
authorjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 7 Dec 2012 15:11:22 +0000 (15:11 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 7 Dec 2012 15:11:22 +0000 (15:11 +0000)
src/jalview/schemes/ResidueProperties.java

index 0ca155a..f0e319e 100755 (executable)
@@ -1340,7 +1340,7 @@ public class ResidueProperties
   public static Hashtable toRNAssState;
   static
   {
-    toRNAssState = new Hashtable();
+       toRNAssState = new Hashtable<String,String>();
     toRNAssState.put(")", "(");
     toRNAssState.put("(", "(");
     toRNAssState.put("]", "[");