Skip to content

Commit 5c40a28

Browse files
committed
java.alng.reflect.Method fix
1 parent 00b8cc6 commit 5c40a28

File tree

1 file changed

+1
-1
lines changed
  • sources/net.sf.j2s.java.core/src/java/lang/reflect

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/lang/reflect/Method.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public Object invoke(Object receiver, Object... args)
118118
* @j2sNative
119119
*
120120
* if (!isProxy) {c = c.$clazz$;}
121-
* c.$load$ && Clazz.load(c,2);
121+
* Clazz._initClass(c,1,1,0);
122122
* m= c[this.signature] || c.prototype && c.prototype[this.signature];
123123
* val = (m == null ? null : m.apply(receiver,a));
124124
*/

0 commit comments

Comments
 (0)