diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-07-18 15:33:14 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-07-18 15:33:14 +0000 |
commit | f19b6003aee1f59e68fc685093721ca524f35e77 (patch) | |
tree | 49fec6447b88c9deb4902f11e1d8e200d38564a4 /src/main/javassist/bytecode/annotation | |
parent | 722509666b5e7a9ceef5c3513fa3d70ed0a3ac74 (diff) | |
download | javassist-f19b6003aee1f59e68fc685093721ca524f35e77.tar.gz javassist-f19b6003aee1f59e68fc685093721ca524f35e77.zip |
reformatted.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@301 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'src/main/javassist/bytecode/annotation')
-rw-r--r-- | src/main/javassist/bytecode/annotation/AnnotationImpl.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/javassist/bytecode/annotation/AnnotationImpl.java b/src/main/javassist/bytecode/annotation/AnnotationImpl.java index 9d8e49bc..005ab93e 100644 --- a/src/main/javassist/bytecode/annotation/AnnotationImpl.java +++ b/src/main/javassist/bytecode/annotation/AnnotationImpl.java @@ -63,9 +63,9 @@ public class AnnotationImpl implements InvocationHandler { /** * Executes a method invocation on a proxy instance. - * The implementations of <code>toString</code>, <code>equals</code>, - * and <code>hashCode</code> are directly supplied by the - * <code>AnnotationImpl</code>. The <code>annotationType</code> method + * The implementations of <code>toString()</code>, <code>equals()</code>, + * and <code>hashCode()</code> are directly supplied by the + * <code>AnnotationImpl</code>. The <code>annotationType()</code> method * is also available on the proxy instance. */ public Object invoke(Object proxy, Method method, Object[] args) |