Author: tilman
Date: Mon Jun 15 13:31:58 2026
New Revision: 1935350

Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #472

Modified:
   
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java

Modified: 
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
==============================================================================
--- 
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
      Mon Jun 15 13:31:55 2026        (r1935349)
+++ 
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
      Mon Jun 15 13:31:58 2026        (r1935350)
@@ -58,7 +58,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 color conversion is performed.
+     * 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 slow as the color conversion
      * would happen on demand. You rather should use {@link #getImage()} for 
that.

Reply via email to