Skip to content

Commit 5eb3f82

Browse files
Remove invalid return in javadoc
DEVSIX-5176
1 parent 3c795c7 commit 5eb3f82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfPattern.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public abstract class PdfPattern extends PdfObjectWrapper<PdfDictionary> {
6767
* Wraps the passed {@link PdfDictionary}.
6868
*
6969
* @param pdfObject the {@link PdfDictionary} that represent Pattern
70-
* @return new wrapper instance.
7170
*/
7271
protected PdfPattern(PdfDictionary pdfObject) {
7372
super(pdfObject);

0 commit comments

Comments
 (0)