rototor commented on code in PR #210:
URL: https://github.com/apache/pdfbox/pull/210#discussion_r2204212135


##########
pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/CustomFactory.java:
##########
@@ -0,0 +1,10 @@
+package org.apache.pdfbox.pdmodel.graphics.image;
+
+import java.io.IOException;
+
+import org.apache.pdfbox.pdmodel.PDDocument;
+
+@FunctionalInterface
+public interface CustomFactory {

Review Comment:
   Some JavaDoc to describe what this interface is about would be nice.
   
   But other than that, the changes look fine for me.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to