git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dca6cae
)
JAL-1421 parameterised map constructor used
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Tue, 22 Dec 2015 09:22:57 +0000
(09:22 +0000)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Tue, 22 Dec 2015 09:22:57 +0000
(09:22 +0000)
src/jalview/schemes/ResidueProperties.java
patch
|
blob
|
history
diff --git
a/src/jalview/schemes/ResidueProperties.java
b/src/jalview/schemes/ResidueProperties.java
index
de99987
..
5eb2524
100755
(executable)
--- 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<String, ScoreModelI> scoreMatrices = new Hashtable();
+ public static Hashtable<String, ScoreModelI> scoreMatrices = new Hashtable<String, ScoreModelI>();
// Stores residue codes/names and colours and other things
public static final int[] aaIndex; // aaHash version 2.1.1 and below