diff options
Diffstat (limited to 'libjava/classpath/java/util/IllegalFormatPrecisionException.java')
-rw-r--r-- | libjava/classpath/java/util/IllegalFormatPrecisionException.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/java/util/IllegalFormatPrecisionException.java b/libjava/classpath/java/util/IllegalFormatPrecisionException.java index a555f5d..a216dc1 100644 --- a/libjava/classpath/java/util/IllegalFormatPrecisionException.java +++ b/libjava/classpath/java/util/IllegalFormatPrecisionException.java @@ -38,7 +38,7 @@ exception statement from your version. */ package java.util; -/** +/** * Thrown when the specified precision for a {@link Formatter} * argument is illegal. This may be because the number is * a negative number (other than -1), the argument does not @@ -46,9 +46,9 @@ package java.util; * * @author Tom Tromey (tromey@redhat.com) * @author Andrew John Hughes (gnu_andrew@member.fsf.org) - * @since 1.5 + * @since 1.5 */ -public class IllegalFormatPrecisionException +public class IllegalFormatPrecisionException extends IllegalFormatException { private static final long serialVersionUID = 18711008L; |