Merge pull request #2 from anandk1/master

fixed the javadoc to remove repeated word 'cause'
diff --git a/src/java/org/codehaus/jackson/annotate/JsonIgnore.java b/src/java/org/codehaus/jackson/annotate/JsonIgnore.java
index bf194d7..4cc80fa 100644
--- a/src/java/org/codehaus/jackson/annotate/JsonIgnore.java
+++ b/src/java/org/codehaus/jackson/annotate/JsonIgnore.java
@@ -12,7 +12,7 @@
  * not be consider a "getter", "setter" or "creator".
  *<p>
  * In addition, starting with Jackson 1.9, if this is the only annotation
- * associated with a property, it will also cause cause the whole
+ * associated with a property, it will also cause the whole
  * property to be ignored: that is, if setter has this annotation and
  * getter has no annotations, getter is also effectively ignored.
  * It is still possible for different accessors to use different