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 bfdf621 commit 4e584b3Copy full SHA for 4e584b3
kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArray.java
@@ -92,7 +92,7 @@ public PdfArray(PdfArray arr) {
92
93
/**
94
* Create a new PdfArray. The array is filled with the four values of the Rectangle in the
95
- * follozing order: left, bottom, right, top.
+ * following order: left, bottom, right, top.
96
*
97
* @param rectangle Rectangle whose 4 values will be added to the PdfArray
98
*/
@@ -291,7 +291,7 @@ public void remove(int index) {
291
}
292
293
294
- * Removes the PdfObject at the specified index.
+ * Removes the first occurrence of the specified PdfObject, if it is present.
295
296
* @param o a PdfObject to be removed
297
* @see java.util.List#remove(Object)
0 commit comments