Skip to content

Commit 7a79bf3

Browse files
committed
Try to fix link.
1 parent 0a80b74 commit 7a79bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

byte-buddy-dep/src/main/java/net/bytebuddy/implementation/Implementation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ interface Factory {
881881
* @param classFileVersion The class file version of the created class.
882882
* @param auxiliaryClassFileVersion The class file version of any auxiliary classes.
883883
* @return An implementation context in its extractable view.
884-
* @deprecated Use {@link Implementation.Context.Factory#make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion, FrameGeneration)}.
884+
* @deprecated Use {@link Implementation.Context.Factory#make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion, Implementation.Context.FrameGeneration)}.
885885
*/
886886
@Deprecated
887887
ExtractableView make(TypeDescription instrumentedType,

0 commit comments

Comments
 (0)