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

Shigeru Chiba chiba at is.titech.ac.jp
Tue Nov 7 09:06:00 EST 2006


  User: chiba   
  Date: 06/11/07 09:06:00

  Modified:    src/main/javassist/util/proxy  ProxyFactory.java
  Log:
  updated a javadoc comment
  
  Revision  Changes    Path
  1.23      +1 -0      javassist/src/main/javassist/util/proxy/ProxyFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ProxyFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/util/proxy/ProxyFactory.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- ProxyFactory.java	7 Nov 2006 08:44:07 -0000	1.22
  +++ ProxyFactory.java	7 Nov 2006 14:06:00 -0000	1.23
  @@ -462,6 +462,7 @@
        * @param paramTypes    parameter types for a constructor.
        * @param args          arguments passed to a constructor.
        * @param mh            the method handler for the proxy class.
  +     * @since 3.4
        */
       public Object create(Class[] paramTypes, Object[] args, MethodHandler mh)
           throws NoSuchMethodException, IllegalArgumentException,
  
  
  



More information about the jboss-cvs-commits mailing list