< prev index next >

src/java.desktop/share/classes/javax/swing/text/html/parser/Parser.java

Print this page

        

@@ -63,12 +63,12 @@
  * <p>as well as:
  * '&lt;p&gt;&lt;a href="xx"&gt;&nbsp;&lt;em&gt;Using&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;'
  * which appears to be treated as:
  * '&lt;p&gt;&lt;a href="xx"&gt;&lt;em&gt;Using&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;'
  * <p>
- * If <code>strict</code> is false, when a tag that breaks flow,
- * (<code>TagElement.breaksFlows</code>) or trailing whitespace is
+ * If {@code strict} is false, when a tag that breaks flow,
+ * ({@code TagElement.breaksFlows}) or trailing whitespace is
  * encountered, all whitespace will be ignored until a non whitespace
  * character is encountered. This appears to give behavior closer to
  * the popular browsers.
  *
  * @see DTD
< prev index next >