From fba030f6eaadbcecd149589009b2bc669d46b009 Mon Sep 17 00:00:00 2001 From: jprocter Date: Tue, 31 May 2005 16:39:57 +0000 Subject: [PATCH] Moved comment so it doesn't break jalopy (this is not good!) --- src/jalview/util/Format.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jalview/util/Format.java b/src/jalview/util/Format.java index dda9cde..826adf6 100755 --- a/src/jalview/util/Format.java +++ b/src/jalview/util/Format.java @@ -30,7 +30,8 @@ package jalview.util; import java.io.*; -public class Format { /** +public class Format { + /** * Formats the number following printf conventions. * Main limitation: Can only handle one format parameter at a time * Use multiple Format objects to format more than one number @@ -64,6 +65,7 @@ public class Format { /** * * * @exception IllegalArgumentException if bad format + * */ public static String getHexString(java.awt.Color color) -- 1.7.10.2