Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.apt.core/src/com/sun/mirror/declaration/InterfaceDeclaration.java')
-rw-r--r--org.eclipse.jdt.apt.core/src/com/sun/mirror/declaration/InterfaceDeclaration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.core/src/com/sun/mirror/declaration/InterfaceDeclaration.java b/org.eclipse.jdt.apt.core/src/com/sun/mirror/declaration/InterfaceDeclaration.java
index c20b374d8d..d1027fa833 100644
--- a/org.eclipse.jdt.apt.core/src/com/sun/mirror/declaration/InterfaceDeclaration.java
+++ b/org.eclipse.jdt.apt.core/src/com/sun/mirror/declaration/InterfaceDeclaration.java
@@ -41,7 +41,7 @@ import com.sun.mirror.type.InterfaceType;
* Note that an {@linkplain AnnotationTypeDeclaration annotation type} is
* a kind of interface.
*
- * <p> While an <tt>InterfaceDeclaration</tt> represents the
+ * <p> While an <code>InterfaceDeclaration</code> represents the
* <i>declaration</i> of an interface, an {@link InterfaceType}
* represents an interface <i>type</i>.
* See {@link TypeDeclaration} for more on this distinction.

Back to the top