diff options
Diffstat (limited to 'src/lombok/core/AnnotationValues.java')
-rw-r--r-- | src/lombok/core/AnnotationValues.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lombok/core/AnnotationValues.java b/src/lombok/core/AnnotationValues.java index ee434f1f..7056b02f 100644 --- a/src/lombok/core/AnnotationValues.java +++ b/src/lombok/core/AnnotationValues.java @@ -287,7 +287,7 @@ public class AnnotationValues<A extends Annotation> { } /** - * Convenience method to return the first result in a {@link getRawExpressions(String)} call. + * Convenience method to return the first result in a {@link #getRawExpressions(String)} call. * * You should use this method if the annotation method is not an array type. */ @@ -311,7 +311,7 @@ public class AnnotationValues<A extends Annotation> { } /** - * Convenience method to return the first result in a {@link getProbableFQType(String)} call. + * Convenience method to return the first result in a {@link #getProbableFQType(String)} call. * * You should use this method if the annotation method is not an array type. */ |