Wiktor Kwapisiewicz created PDFBOX-4335:
-------------------------------------------

             Summary: Overlay should implement Closeable
                 Key: PDFBOX-4335
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4335
             Project: PDFBox
          Issue Type: Improvement
            Reporter: Wiktor Kwapisiewicz


`org.apache.pdfbox.multipdf.Overlay` class has `close` method but it doesn't 
implement Closeable interface. Other classes, such as PDDocument, do implement 
it.

I believe the patch would be a one level change from:

public class Overlay

to

public class Overlay implements Closeable



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to