Moved comment so it doesn't break jalopy (this is not good!)
[jalview.git] / src / jalview / util / Format.java
index dda9cde..826adf6 100755 (executable)
@@ -30,7 +30,8 @@ package jalview.util;
 \r
 import java.io.*;\r
 \r
-public class Format { /**\r
+public class Format {\r
+    /**\r
      * Formats the number following printf conventions.\r
      * Main limitation: Can only handle one format parameter at a time\r
      * Use multiple Format objects to format more than one number\r
@@ -64,6 +65,7 @@ public class Format { /**
      * </dl>\r
      * </ul>\r
      * @exception IllegalArgumentException if bad format\r
+     *\r
      */\r
 \r
   public static String getHexString(java.awt.Color color)\r