JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / viewmodel / styles / ViewStyle.java
index 3ed5634..649d07e 100644 (file)
@@ -1,9 +1,9 @@
 package jalview.viewmodel.styles;
 
-import java.awt.Color;
-
 import jalview.api.ViewStyleI;
 
+import java.awt.Color;
+
 /**
  * A container for holding alignment view properties. View properties are
  * data-independent, which means they can be safely copied between views
@@ -255,7 +255,8 @@ public class ViewStyle implements ViewStyleI
             && getWrapAlignment() == vs.getWrapAlignment() && getWrappedWidth() == vs
             .getWrappedWidth());
     /*
-     * and compare non-primitive types; syntax below will match null with null values
+     * and compare non-primitive types; syntax below will match null with null
+     * values
      */
     match = match
             && String.valueOf(getFontName()).equals(
@@ -642,7 +643,6 @@ public class ViewStyle implements ViewStyleI
     abovePIDThreshold = b;
   }
 
-  
   /**
    * DOCUMENT ME!
    * 
@@ -667,7 +667,6 @@ public class ViewStyle implements ViewStyleI
     this.charWidth = w;
   }
 
-
   /**
    * @param value
    *          indicating if subsequent colourscheme changes will be propagated