jdk/src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java
changeset 28059 e576535359cc
parent 27267 5784832b275b
child 32865 f9cb6e427f9e
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
  1343             }
  1343             }
  1344         }
  1344         }
  1345     }
  1345     }
  1346 
  1346 
  1347     /**
  1347     /**
  1348      * Inserts the HTML specified as a string after the the end of the
  1348      * Inserts the HTML specified as a string after the end of the
  1349      * given element.
  1349      * given element.
  1350      *
  1350      *
  1351      * <p>Consider the following structure (the <code>elem</code>
  1351      * <p>Consider the following structure (the <code>elem</code>
  1352      * parameter is <b>in bold</b>).</p>
  1352      * parameter is <b>in bold</b>).</p>
  1353      *
  1353      *