Skip to content

Commit eba2ab7

Browse files
authored
Merge pull request #1404 from intrigus/patch-1
Fix minor typo.
2 parents ee0c8a0 + 12da295 commit eba2ab7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* <p>
5757
* Substitutes field access, method invocations or constructor calls within a method's body.
5858
* </p>
59-
* <p>Note</p>: This substitution must not used to to match constructor calls to an instrumented class's super constructor invocation from
59+
* <p>Note</p>: This substitution must not be used to match constructor calls to an instrumented class's super constructor invocation from
6060
* within a constructor. Matching such constructors will result in an invalid stack and a verification error.
6161
* <p>
6262
* <b>Important</b>: This component relies on using a {@link TypePool} for locating types within method bodies. Within a redefinition

0 commit comments

Comments
 (0)