Formatting changes
[jalview.git] / src / jalview / binding / JalviewUserColoursItem.java
index ce6919c..9c88831 100755 (executable)
@@ -1,30 +1,29 @@
 /*\r
- * This class was automatically generated with \r
+ * This class was automatically generated with\r
  * <a href="http://www.castor.org">Castor 0.9.6</a>, using an XML\r
  * Schema.\r
  * $Id$\r
  */\r
-\r
 package jalview.binding;\r
 \r
-  //---------------------------------/\r
- //- Imported classes and packages -/\r
-//---------------------------------/\r
-\r
-import java.io.Serializable;\r
 import org.exolab.castor.xml.Marshaller;\r
 import org.exolab.castor.xml.Unmarshaller;\r
 \r
+//---------------------------------/\r
+//- Imported classes and packages -/\r
+//---------------------------------/\r
+import java.io.Serializable;\r
+\r
+\r
 /**\r
  * Class JalviewUserColoursItem.\r
- * \r
+ *\r
  * @version $Revision$ $Date$\r
  */\r
-public class JalviewUserColoursItem implements java.io.Serializable {\r
-\r
-\r
-      //--------------------------/\r
-     //- Class/Member Variables -/\r
+public class JalviewUserColoursItem implements java.io.Serializable\r
+{\r
+    //--------------------------/\r
+    //- Class/Member Variables -/\r
     //--------------------------/\r
 \r
     /**\r
@@ -32,39 +31,38 @@ public class JalviewUserColoursItem implements java.io.Serializable {
      */\r
     private jalview.binding.Colour _colour;\r
 \r
-\r
-      //----------------/\r
-     //- Constructors -/\r
     //----------------/\r
-\r
-    public JalviewUserColoursItem() {\r
+    //- Constructors -/\r
+    //----------------/\r
+    public JalviewUserColoursItem()\r
+    {\r
         super();\r
-    } //-- jalview.binding.JalviewUserColoursItem()\r
+    }\r
 \r
-\r
-      //-----------/\r
-     //- Methods -/\r
+    //-- jalview.binding.JalviewUserColoursItem()\r
     //-----------/\r
 \r
     /**\r
-     * Returns the value of field 'colour'.\r
-     * \r
-     * @return Colour\r
-     * @return the value of field 'colour'.\r
+     * DOCUMENT ME!\r
+     *\r
+     * @return DOCUMENT ME!\r
      */\r
     public jalview.binding.Colour getColour()\r
     {\r
         return this._colour;\r
-    } //-- jalview.binding.Colour getColour() \r
+    }\r
+\r
+    //-- jalview.binding.Colour getColour() \r
 \r
     /**\r
      * Sets the value of field 'colour'.\r
-     * \r
+     *\r
      * @param colour the value of field 'colour'.\r
      */\r
     public void setColour(jalview.binding.Colour colour)\r
     {\r
         this._colour = colour;\r
-    } //-- void setColour(jalview.binding.Colour) \r
+    }\r
 \r
+    //-- void setColour(jalview.binding.Colour) \r
 }\r