From efd0ba74077c8aa59f5e1a1431764a0e99d9e648 Mon Sep 17 00:00:00 2001
From: Roel Spilker <r.spilker@gmail.com>
Date: Sat, 18 Jul 2009 03:14:40 +0200
Subject: Fixed javadoc

---
 src/lombok/core/AnnotationValues.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

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.
-- 
cgit