summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/java/util/IllegalFormatCodePointException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/util/IllegalFormatCodePointException.java')
-rw-r--r--libjava/classpath/java/util/IllegalFormatCodePointException.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/java/util/IllegalFormatCodePointException.java b/libjava/classpath/java/util/IllegalFormatCodePointException.java
index 001839fe1eb..f6d5c2fef63 100644
--- a/libjava/classpath/java/util/IllegalFormatCodePointException.java
+++ b/libjava/classpath/java/util/IllegalFormatCodePointException.java
@@ -38,16 +38,16 @@ exception statement from your version. */
package java.util;
-/**
+/**
* Thrown when a {@link Formatter} receives a character with an
* invalid Unicode codepoint, as defined by
* {@link Character#isValidCodePoint(int)}.
*
* @author Tom Tromey (tromey@redhat.com)
* @author Andrew John Hughes (gnu_andrew@member.fsf.org)
- * @since 1.5
+ * @since 1.5
*/
-public class IllegalFormatCodePointException
+public class IllegalFormatCodePointException
extends IllegalFormatException
{
private static final long serialVersionUID = 19080630L;
OpenPOWER on IntegriCloud