RED-4875 - added '.' in javadoc

This commit is contained in:
Thomas Beyer 2023-03-21 11:24:52 +01:00
parent 3e586722f2
commit c6ed6a2775

View File

@ -76,7 +76,7 @@ public class InvisibleElementRemovalService {
/** /**
* This method is similar to {@link #removeInvisibleElements(InputStream, OutputStream, boolean)}, just with a PDFDoc * This method is similar to {@link #removeInvisibleElements(InputStream, OutputStream, boolean)}, just with a PDFDoc.
*/ */
@SneakyThrows @SneakyThrows
public void removeInvisibleElements(PDFDoc pdfDoc, boolean delta) { public void removeInvisibleElements(PDFDoc pdfDoc, boolean delta) {