Skip to content

Commit

Permalink
Fix javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Oct 5, 2021
1 parent 863e9bb commit c991b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions byte-buddy-dep/src/main/java/net/bytebuddy/asm/Advice.java
Expand Up @@ -3117,9 +3117,9 @@ class ForEnterValue implements OffsetMapping {
/**
* Creates a new offset mapping for the enter type.
*
* @param target The represented target type.
* @param enterType The enter type.
* @param enter The represented annotation.
* @param target The represented target type.
* @param enterType The enter type.
* @param annotation The represented annotation.
*/
protected ForEnterValue(TypeDescription.Generic target, TypeDescription.Generic enterType, AnnotationDescription.Loadable<Enter> annotation) {
this(target,
Expand Down

0 comments on commit c991b81

Please sign in to comment.