We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee0c8a0 + 12da295 commit eba2ab7Copy full SHA for eba2ab7
byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java
@@ -56,7 +56,7 @@
56
* <p>
57
* Substitutes field access, method invocations or constructor calls within a method's body.
58
* </p>
59
- * <p>Note</p>: This substitution must not used to to match constructor calls to an instrumented class's super constructor invocation from
+ * <p>Note</p>: This substitution must not be used to match constructor calls to an instrumented class's super constructor invocation from
60
* within a constructor. Matching such constructors will result in an invalid stack and a verification error.
61
62
* <b>Important</b>: This component relies on using a {@link TypePool} for locating types within method bodies. Within a redefinition
0 commit comments