JAL-3210 Barebones gradle/buildship/eclipse. See README
[jalview.git] / src / jalview / schemes / ResidueProperties.java
index 5bbe46d..5f84ca0 100755 (executable)
@@ -896,7 +896,8 @@ public class ResidueProperties
 
   public static String codonTranslate(String lccodon)
   {
-    String peptide = GeneticCodes.getStandardCodeTable().translate(lccodon);
+    String peptide = GeneticCodes.getInstance().getStandardCodeTable()
+            .translate(lccodon);
     if ("*".equals(peptide))
     {
       return "STOP";