diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 03:14:40 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 03:14:40 +0200 |
commit | efd0ba74077c8aa59f5e1a1431764a0e99d9e648 (patch) | |
tree | 184512f2b2058e576e02c0448fabc4238f4912ef /src/lombok | |
parent | b96bd7e9265c1e4b9849f151667404767c241694 (diff) | |
download | lombok-efd0ba74077c8aa59f5e1a1431764a0e99d9e648.tar.gz lombok-efd0ba74077c8aa59f5e1a1431764a0e99d9e648.tar.bz2 lombok-efd0ba74077c8aa59f5e1a1431764a0e99d9e648.zip |
Fixed javadoc
Diffstat (limited to 'src/lombok')
-rw-r--r-- | src/lombok/core/AnnotationValues.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lombok/core/AnnotationValues.java b/src/lombok/core/AnnotationValues.java index 7056b02f..7613212a 100644 --- a/src/lombok/core/AnnotationValues.java +++ b/src/lombok/core/AnnotationValues.java @@ -74,7 +74,7 @@ public class AnnotationValues<A extends Annotation> { } /** - * Override this if you want more specific behaviour (e.g. get the source position just right). + * Override this if you want more specific behaviour (to get the source position just right). * * @param message English message with the problem. * @param valueIdx The index into the values for this annotation key that caused the problem. |