formatting
[jalview.git] / src / jalview / schemes / BuriedColourScheme.java
index 7ac6546..f0b2dfb 100755 (executable)
@@ -32,8 +32,8 @@ public class BuriedColourScheme extends ScoreColourScheme
    */
   public BuriedColourScheme()
   {
-    super(ResidueProperties.aaIndex, ResidueProperties.buried, ResidueProperties.buriedmin,
-            ResidueProperties.buriedmax);
+    super(ResidueProperties.aaIndex, ResidueProperties.buried,
+            ResidueProperties.buriedmin, ResidueProperties.buriedmax);
   }
 
   /**