Skip to content

Commit

Permalink
Try to fix link.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 22, 2022
1 parent 0a80b74 commit 7a79bf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ interface Factory {
* @param classFileVersion The class file version of the created class.
* @param auxiliaryClassFileVersion The class file version of any auxiliary classes.
* @return An implementation context in its extractable view.
* @deprecated Use {@link Implementation.Context.Factory#make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion, FrameGeneration)}.
* @deprecated Use {@link Implementation.Context.Factory#make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion, Implementation.Context.FrameGeneration)}.
*/
@Deprecated
ExtractableView make(TypeDescription instrumentedType,
Expand Down

0 comments on commit 7a79bf3

Please sign in to comment.