Author: lehmi
Date: Tue Mar 24 07:17:32 2026
New Revision: 1932495
Log:
Modified:
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/ResourceCache.java
Modified:
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/ResourceCache.java
==============================================================================
---
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/ResourceCache.java
Tue Mar 24 06:45:04 2026 (r1932494)
+++
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/ResourceCache.java
Tue Mar 24 07:17:32 2026 (r1932495)
@@ -119,7 +119,7 @@ public interface ResourceCache
* Puts the PDCIDFont instance of the given indirect object in the cache.
*
* @param indirect the indirect reference of the PDCIDFont to be cached
- * @param font the font to be cached
+ * @param cidFont the font to be cached
*/
void put(COSObject indirect, PDCIDFont cidFont);
@@ -127,7 +127,7 @@ public interface ResourceCache
* Puts the PDFontDescriptor instance of the given indirect object in the
cache.
*
* @param indirect the indirect reference of the PDFontDescriptor to be
cached
- * @param font the font to be cached
+ * @param fontDescriptor the font to be cached
*/
void put(COSObject indirect, PDFontDescriptor fontDescriptor);