removed some uncheck warnings
[jalview.git] / forester / java / src / org / forester / surfacing / DomainSimilarityCalculator.java
index 27ea841..3983dd6 100644 (file)
@@ -23,7 +23,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 //
 // Contact: phylosoft @ gmail . com
-// WWW: www.phylosoft.org/forester
+// WWW: https://sites.google.com/site/cmzmasek/home/software/forester
 
 package org.forester.surfacing;
 
@@ -37,11 +37,11 @@ public interface DomainSimilarityCalculator {
                                                               final boolean ignore_domains_without_combinations_in_any_genome,
                                                               final boolean ignore_domains_specific_to_one_genome );;
 
-    public static enum Detailedness {
-        BASIC, LIST_COMBINING_DOMAIN_FOR_EACH_SPECIES, PUNCTILIOUS
-    }
+                                                              public static enum Detailedness {
+                                                                  BASIC, LIST_COMBINING_DOMAIN_FOR_EACH_SPECIES, PUNCTILIOUS
+                                                              }
 
-    public static enum GoAnnotationOutput {
-        NONE, ALL
-    }
+                                                              public static enum GoAnnotationOutput {
+                                                                  ALL, NONE
+                                                              }
 }