We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c795c7 commit 5eb3f82Copy full SHA for 5eb3f82
kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfPattern.java
@@ -67,7 +67,6 @@ public abstract class PdfPattern extends PdfObjectWrapper<PdfDictionary> {
67
* Wraps the passed {@link PdfDictionary}.
68
*
69
* @param pdfObject the {@link PdfDictionary} that represent Pattern
70
- * @return new wrapper instance.
71
*/
72
protected PdfPattern(PdfDictionary pdfObject) {
73
super(pdfObject);
0 commit comments