< prev index next >

src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JClassContainer.java

Print this page

        

@@ -127,11 +127,11 @@
 
     /**
      * Gets the nearest package parent.
      *
      * <p>
-     * If <tt>this.isPackage()</tt>, then return <tt>this</tt>.
+     * If {@code this.isPackage()}, then return {@code this}.
      */
     public JPackage getPackage();
 
     /**
      * Get the root code model object.
< prev index next >