in progress (special coloring is still true)
[jalview.git] / forester / java / src / org / forester / surfacing / DomainSimilarityCalculator.java
index fa0ea62..a1c944a 100644 (file)
@@ -42,6 +42,6 @@ public interface DomainSimilarityCalculator {
     }
 
     public static enum GoAnnotationOutput {
-        NONE, ALL
+        ALL, NONE
     }
 }