Skip to content

Commit 563009d

Browse files
committed
Improve javadocs.
DEVSIX-3151
1 parent 2823244 commit 563009d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/itextpdf/html2pdf/attach/impl/tags/PTagWorker.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@ This file is part of the iText (R) project.
6565
* This is how this worker processes the <p> tag:
6666
* <ul>
6767
* <li> if the worker meets a text or an inline element, it processes them with a help of
68-
* the {@link com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper} instance</li>
68+
* the {@link com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper} instance
6969
*
7070
* <li> if the worker meets a block element without inline displaying or
7171
* an inline element with the {@code display: block} style, it wraps all the content which hasn't been handled yet
7272
* into a {@code com.itextpdf.layout.element.Paragraph} object and adds this paragraph to the resultant {@code com.itextpdf.layout.element.Div} object
73-
* </li>
7473
* </ul>
7574
*/
7675
public class PTagWorker implements ITagWorker, IDisplayAware {

0 commit comments

Comments
 (0)