Author: tilman
Date: Mon Jun 15 13:31:53 2026
New Revision: 1935348
Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #472
Modified:
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
Modified:
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
==============================================================================
---
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
Mon Jun 15 13:30:00 2026 (r1935347)
+++
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
Mon Jun 15 13:31:53 2026 (r1935348)
@@ -56,7 +56,7 @@ public interface PDImage extends COSObje
WritableRaster getRawRaster() throws IOException;
/**
- * Try to get the raw image as AWT buffered image with it's original
colorspace. No
+ * Try to get the raw image as AWT buffered image with its original
colorspace. No
* color conversion is performed.
*
* You could use the returned BufferedImage for draw operations. But this
would be very