From: gmungoc Date: Tue, 22 Dec 2015 09:22:57 +0000 (+0000) Subject: JAL-1421 parameterised map constructor used X-Git-Tag: Release_2_10_0~296^2~100 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=6ce69eba0df89bd320fbe168ccd7215bc62e0278;p=jalview.git JAL-1421 parameterised map constructor used --- diff --git a/src/jalview/schemes/ResidueProperties.java b/src/jalview/schemes/ResidueProperties.java index de99987..5eb2524 100755 --- a/src/jalview/schemes/ResidueProperties.java +++ b/src/jalview/schemes/ResidueProperties.java @@ -35,7 +35,7 @@ import java.util.Vector; public class ResidueProperties { - public static Hashtable scoreMatrices = new Hashtable(); + public static Hashtable scoreMatrices = new Hashtable(); // Stores residue codes/names and colours and other things public static final int[] aaIndex; // aaHash version 2.1.1 and below