Skip to content

Commit 3d6e9f0

Browse files
hansonrhansonr
authored andcommitted
Method.invoke correction
1 parent 9de8d05 commit 3d6e9f0

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
559 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190203062249
1+
20190203080013
559 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190203062249
1+
20190203080013
559 Bytes
Binary file not shown.

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
@@ -116,7 +116,7 @@ public Object invoke(Object receiver, Object... args)
116116
* if (!this.isProxy) c = c.$clazz$;
117117
* m= c[this.signature] || c.prototype && c.prototype[this.signature];
118118
* if (m != null) {
119-
* m = this.wrap(m.apply(receiver,a));
119+
* m = this.wrap$O(m.apply(receiver,a));
120120
* }
121121
*/
122122
if (m == null) {

0 commit comments

Comments
 (0)