Moved comment so it doesn't break jalopy (this is not good!)
authorjprocter <Jim Procter>
Tue, 31 May 2005 16:39:57 +0000 (16:39 +0000)
committerjprocter <Jim Procter>
Tue, 31 May 2005 16:39:57 +0000 (16:39 +0000)
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