summaryrefslogtreecommitdiff
path: root/java/lang/reflect/InvocationHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/lang/reflect/InvocationHandler.java')
-rw-r--r--java/lang/reflect/InvocationHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/lang/reflect/InvocationHandler.java b/java/lang/reflect/InvocationHandler.java
index 208e621ee..3d30afd93 100644
--- a/java/lang/reflect/InvocationHandler.java
+++ b/java/lang/reflect/InvocationHandler.java
@@ -55,7 +55,7 @@ package java.lang.reflect;
* work on any object in general.</p>
*
* <p>Hints for implementing this class:</p>
- *
+ *
* <ul>
* <li>Don't forget that Object.equals, Object.hashCode, and
* Object.toString will call this handler. In particular,