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

Shigeru Chiba chiba at is.titech.ac.jp
Tue Aug 8 06:28:48 EDT 2006


  User: chiba   
  Date: 06/08/08 06:28:48

  Modified:    src/main/javassist  ClassPool.java
  Log:
  updated javadoc comments
  
  Revision  Changes    Path
  1.55      +5 -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.54
  retrieving revision 1.55
  diff -u -b -r1.54 -r1.55
  --- ClassPool.java	7 Aug 2006 15:48:31 -0000	1.54
  +++ ClassPool.java	8 Aug 2006 10:28:48 -0000	1.55
  @@ -825,6 +825,10 @@
        * work with a security manager or a signed jar file because a
        * protection domain is not specified.
        * 
  +     * <p><b>Note:</b> A subclass of <code>ClassPool</code> that has been
  +     * overriding this method must be modified.  It must override
  +     * {@link #toClass(CtClass,ClassLoader,ProtectionDomain)}.
  +     *
        * @deprecated      Replaced by {@link #toClass(CtClass,ClassLoader,ProtectionDomain)}
        */
       public final Class toClass(CtClass ct, ClassLoader loader)
  
  
  



More information about the jboss-cvs-commits mailing list