Skip to content

Commit

Permalink
Fix javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 21, 2022
1 parent b2a7853 commit 0a80b74
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,10 @@ public void full(MethodVisitor methodVisitor,
* @param methodVisitor The method visitor to use
* @param type The frame type.
* @param stackCount The number of values on the operand stack.
* @param stack The values on the operand stack up to {@code stackCount}, or {@link null}, if none.
* @param stack The values on the operand stack up to {@code stackCount}, or {@code null}, if none.
* @param changedLocalVariableCount The number of local variables that were changed.
* @param changedLocalVariable The values added to the local variable array up to {@code changedLocalVariableCount}
* or {@link null}, if none or not applicable.
* or {@code null}, if none or not applicable.
* @param fullLocalVariableCount The number of local variables.
* @param fullLocalVariable The total number of local variables up to {@code fullLocalVariableCount} or
* {@code null}, if none.
Expand Down 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 Factory#make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion, FrameGeneration)}.
* @deprecated Use {@link Implementation.Context.Factory#make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion, FrameGeneration)}.
*/
@Deprecated
ExtractableView make(TypeDescription instrumentedType,
Expand Down

0 comments on commit 0a80b74

Please sign in to comment.