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

Shigeru Chiba chiba at is.titech.ac.jp
Thu Nov 16 09:39:56 EST 2006


  User: chiba   
  Date: 06/11/16 09:39:56

  Modified:    src/main/javassist  ClassPool.java
  Log:
  3.4.0GA release
  
  Revision  Changes    Path
  1.59      +1 -1      javassist/src/main/javassist/ClassPool.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassPool.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/ClassPool.java,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -b -r1.58 -r1.59
  --- ClassPool.java	1 Nov 2006 02:45:05 -0000	1.58
  +++ ClassPool.java	16 Nov 2006 14:39:56 -0000	1.59
  @@ -874,7 +874,7 @@
        *                      If it is null, the default domain created
        *                      by <code>java.lang.ClassLoader</code> is used.
        *
  -     * @see #getContextClassLoader()
  +     * @see #getClassLoader()
        * @since 3.3
        */
       public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain)
  
  
  



More information about the jboss-cvs-commits mailing list