Skip to content

Commit 945f0da

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; improve javadoc; closes #281
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929060 13f79535-47bb-0310-9956-ffa450edef68
1 parent 76549ad commit 945f0da

File tree

1 file changed

+2
-2
lines changed
  • pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color

1 file changed

+2
-2
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDLab.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public PDRange getBRange()
222222
}
223223

224224
/**
225-
* This will set the a range for the "a" component.
225+
* This will set the range for the "a" component.
226226
* @param range the new range for the "a" component,
227227
* or null if defaults (-100..100) are to be set.
228228
*/
@@ -232,7 +232,7 @@ public void setARange(PDRange range)
232232
}
233233

234234
/**
235-
* This will set the "b" range for this color space.
235+
* This will set the range for the "b" component.
236236
* @param range the new range for the "b" component,
237237
* or null if defaults (-100..100) are to be set.
238238
*/

0 commit comments

Comments
 (0)