aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/lang/UnsupportedOperationException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/lang/UnsupportedOperationException.java')
-rw-r--r--libjava/classpath/java/lang/UnsupportedOperationException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/java/lang/UnsupportedOperationException.java b/libjava/classpath/java/lang/UnsupportedOperationException.java
index e691cc7..4994f67 100644
--- a/libjava/classpath/java/lang/UnsupportedOperationException.java
+++ b/libjava/classpath/java/lang/UnsupportedOperationException.java
@@ -86,7 +86,7 @@ public class UnsupportedOperationException extends RuntimeException
* automatically incorporated into the resulting detail message of
* this exception.
* </p>
- *
+ *
* @param message the detail message, which should give the reason for
* this exception being thrown.
* @param cause the cause of this exception, or null if the cause
@@ -114,7 +114,7 @@ public class UnsupportedOperationException extends RuntimeException
* This makes this constructor very useful for simply wrapping another
* exception.
* </p>
- *
+ *
* @param cause the cause of this exception, or null if the cause
* is unknown.
* @since 1.5