Skip to content

Commit 44f9271

Browse files
committed
8254974: Fix stutter typo in TypeElement
Reviewed-by: shade, redestad
1 parent 76fdd7f commit 44f9271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.compiler/share/classes/javax/lang/model/element/TypeElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public interface TypeElement extends Element, Parameterizable, QualifiedNameable
9898
* originating source of information about the type. For example,
9999
* if the information about the type is originating from a source
100100
* file, the elements will be returned in source code order.
101-
* (However, in that case the the ordering of {@linkplain
101+
* (However, in that case the ordering of {@linkplain
102102
* Elements.Origin#MANDATED implicitly declared} elements, such as
103103
* default constructors, is not specified.)
104104
*

0 commit comments

Comments
 (0)