summaryrefslogtreecommitdiff
path: root/java/lang/IllegalArgumentException.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/lang/IllegalArgumentException.java')
-rw-r--r--java/lang/IllegalArgumentException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/lang/IllegalArgumentException.java b/java/lang/IllegalArgumentException.java
index 75a0b8bfe..26354a58e 100644
--- a/java/lang/IllegalArgumentException.java
+++ b/java/lang/IllegalArgumentException.java
@@ -88,7 +88,7 @@ public class IllegalArgumentException 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
@@ -116,7 +116,7 @@ public class IllegalArgumentException 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