Skip to content

Commit ec22336

Browse files
committed
Do not use paragraph's end tags for separation reasons in Javadoc.
Javadoc isn't xml-based. It has its own markdown. DEVSIX-3096
1 parent c053a04 commit ec22336

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/itextpdf/html2pdf/resolver/resource/HtmlResourceResolver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public class HtmlResourceResolver extends ResourceResolver {
7575
* <p>
7676
* If empty string or relative URI string is passed as base URI, then it will be resolved against current working
7777
* directory of this application instance.
78-
* </p>
7978
*
8079
* @param baseUri base URI against which all relative resource URIs will be resolved.
8180
* @param context {@link ProcessorContext} instance for the current HTML to PDF conversion process

0 commit comments

Comments
 (0)