Browse Source

updated a javadoc comment


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@332 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 17 years ago
parent
commit
223ca924f8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/javassist/util/proxy/ProxyFactory.java

+ 1
- 0
src/main/javassist/util/proxy/ProxyFactory.java View File

@@ -462,6 +462,7 @@ public class ProxyFactory {
* @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,

Loading…
Cancel
Save