JAL-1894 update year/version in copyright
[jalview.git] / src / jalview / schemes / FollowerColourScheme.java
index da51e03..cdcc6e0 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -26,8 +26,9 @@ import java.util.Hashtable;
 
 /**
  * Colourscheme that takes its colours from some other colourscheme
+ * 
  * @author jimp
- *
+ * 
  */
 public class FollowerColourScheme extends ResidueColourScheme
 {
@@ -42,7 +43,7 @@ public class FollowerColourScheme extends ResidueColourScheme
   @Override
   public void setConsensus(Hashtable[] consensus)
   {
-    if (colourScheme!=null)
+    if (colourScheme != null)
     {
       colourScheme.setConsensus(consensus);
     }
@@ -51,7 +52,7 @@ public class FollowerColourScheme extends ResidueColourScheme
   @Override
   public void setConservation(Conservation cons)
   {
-    if (colourScheme!=null)
+    if (colourScheme != null)
     {
       colourScheme.setConservation(cons);
     }
@@ -60,7 +61,7 @@ public class FollowerColourScheme extends ResidueColourScheme
   @Override
   public void setConservationInc(int i)
   {
-    if (colourScheme!=null)
+    if (colourScheme != null)
     {
       colourScheme.setConservationInc(i);
     }