jdk/src/java.base/share/classes/sun/reflect/annotation/AnnotationType.java
changeset 28059 e576535359cc
parent 28056 0cab6eb92852
child 29986 97167d851fc4
--- a/jdk/src/java.base/share/classes/sun/reflect/annotation/AnnotationType.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/sun/reflect/annotation/AnnotationType.java	Thu Oct 30 07:31:41 2014 -0700
@@ -213,7 +213,7 @@
     }
 
     /**
-     * Returns true if this this annotation type is inherited.
+     * Returns true if this annotation type is inherited.
      */
     public boolean isInherited() {
         return inherited;