Formatting
[jalview.git] / src / jalview / schemes / ColourSchemeI.java
index 6afa3ef..96699c6 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2007 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -26,7 +26,7 @@ public interface ColourSchemeI
 \r
   public Color findColour(char c, int j);\r
 \r
-  public void setConsensus(java.util.Hashtable [] h);\r
+  public void setConsensus(java.util.Hashtable[] h);\r
 \r
   public void setConservation(jalview.analysis.Conservation c);\r
 \r
@@ -40,5 +40,4 @@ public interface ColourSchemeI
 \r
   public void setThreshold(int ct, boolean ignoreGaps);\r
 \r
-\r
 }\r