Author: tilman
Date: Fri Oct 10 14:14:48 2025
New Revision: 1929059
Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov; improve javadoc; closes
#281
Modified:
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDLab.java
Modified:
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDLab.java
==============================================================================
---
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDLab.java
Fri Oct 10 14:14:44 2025 (r1929058)
+++
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDLab.java
Fri Oct 10 14:14:48 2025 (r1929059)
@@ -222,7 +222,7 @@ public final class PDLab extends PDCIEDi
}
/**
- * This will set the a range for the "a" component.
+ * This will set the range for the "a" component.
* @param range the new range for the "a" component,
* or null if defaults (-100..100) are to be set.
*/
@@ -232,7 +232,7 @@ public final class PDLab extends PDCIEDi
}
/**
- * This will set the "b" range for this color space.
+ * This will set the range for the "b" component.
* @param range the new range for the "b" component,
* or null if defaults (-100..100) are to be set.
*/