Skip to content

Commit

Permalink
Try yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Oct 19, 2024
1 parent 51aee96 commit b5cdd55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/java/org/jpype/proxy/JPypeProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ public Object invoke(Object proxy, Method method, Object[] args)
}

return MethodHandles.lookup()
.in(cls)
.findSpecial(cls,
method.getName(),
MethodType.methodType(method.getReturnType()),
Expand Down

0 comments on commit b5cdd55

Please sign in to comment.