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

Kabir Khan kkhan at jboss.com
Thu Mar 8 08:29:54 EST 2007


  User: kkhan   
  Date: 07/03/08 08:29:54

  Modified:    src/main/javassist/bytecode  SignatureAttribute.java
  Log:
  Make SignatureAttribute.NestedClassType public
  
  Revision  Changes    Path
  1.8       +1 -1      javassist/src/main/javassist/bytecode/SignatureAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SignatureAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/SignatureAttribute.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- SignatureAttribute.java	9 Feb 2007 16:39:32 -0000	1.7
  +++ SignatureAttribute.java	8 Mar 2007 13:29:54 -0000	1.8
  @@ -442,7 +442,7 @@
           }
       }
   
  -    static class NestedClassType extends ClassType {
  +    public static class NestedClassType extends ClassType {
           ClassType parent;
           NestedClassType(String s, int b, int e,
                           TypeArgument[] targs, ClassType p) {
  
  
  



More information about the jboss-cvs-commits mailing list