Skip to content

Commit 8495852

Browse files
committed
Remove todo.
1 parent 235772d commit 8495852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -8945,7 +8945,7 @@ protected Source.Value self(TypeList.Generic parameters,
89458945
Map<Integer, Integer> offsets,
89468946
Target target,
89478947
MethodDescription instrumentedMethod) {
8948-
return target.isStaticDispatch() // TODO
8948+
return target.isStaticDispatch()
89498949
? null
89508950
: new Source.Value(parameters.get(THIS_REFERENCE), offsets.get(THIS_REFERENCE));
89518951
}

0 commit comments

Comments
 (0)