src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java
changeset 52752 5e7dba63836d
parent 50358 1ba28f0dbc33
child 58325 d32a3b1ca84a
equal deleted inserted replaced
52751:abed2967ec3a 52752:5e7dba63836d
   475     /**
   475     /**
   476      * Sets attributes for a paragraph.
   476      * Sets attributes for a paragraph.
   477      * <p>
   477      * <p>
   478      * This method is thread safe, although most Swing methods
   478      * This method is thread safe, although most Swing methods
   479      * are not. Please see
   479      * are not. Please see
   480      * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
   480      * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
   481      * in Swing</A> for more information.
   481      * in Swing</A> for more information.
   482      *
   482      *
   483      * @param offset the offset into the paragraph (must be at least 0)
   483      * @param offset the offset into the paragraph (must be at least 0)
   484      * @param length the number of characters affected (must be at least 0)
   484      * @param length the number of characters affected (must be at least 0)
   485      * @param s the attributes
   485      * @param s the attributes