[jboss-cvs] javassist/src/main/javassist/bytecode/annotation ...

Shigeru Chiba chiba at is.titech.ac.jp
Tue Jul 18 11:33:14 EDT 2006


  User: chiba   
  Date: 06/07/18 11:33:14

  Modified:    src/main/javassist/bytecode/annotation  AnnotationImpl.java
  Log:
  reformatted.
  
  Revision  Changes    Path
  1.10      +3 -3      javassist/src/main/javassist/bytecode/annotation/AnnotationImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AnnotationImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/annotation/AnnotationImpl.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- AnnotationImpl.java	18 Jul 2006 14:59:22 -0000	1.9
  +++ AnnotationImpl.java	18 Jul 2006 15:33:14 -0000	1.10
  @@ -63,9 +63,9 @@
   
       /**
        * 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)
  
  
  



More information about the jboss-cvs-commits mailing list