Author: tilman
Date: Mon Apr 6 17:20:06 2026
New Revision: 1932869
Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #430
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFAnnotationTextMarkup.java
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFAnnotationTextMarkup.java
==============================================================================
---
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFAnnotationTextMarkup.java
Mon Apr 6 15:38:20 2026 (r1932868)
+++
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFAnnotationTextMarkup.java
Mon Apr 6 17:20:06 2026 (r1932869)
@@ -76,7 +76,7 @@ public abstract class FDFAnnotationTextM
/**
* Set the coordinates of individual words or group of words.
*
- * The quadliterals shall encompasses a word or group of contiguous words
in the text underlying the annotation. The
+ * The quadliterals shall encompass a word or group of contiguous words in
the text underlying the annotation. The
* coordinates for each quadrilateral shall be given in the order x1 y1 x2
y2 x3 y3 x4 y4.
*
* @param coords an array of 8 n numbers specifying the coordinates of n
quadrilaterals.