[ 
https://issues.apache.org/jira/browse/PDFBOX-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wiktor Kwapisiewicz updated PDFBOX-4335:
----------------------------------------
    Description: 
`org.apache.pdfbox.multipdf.Overlay` class has `close` method but it doesn't 
implement Closeable interface. Other classes, such as PDDocument, do implement 
it.

Attached patch.

  was:
`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


> Overlay should implement Closeable
> ----------------------------------
>
>                 Key: PDFBOX-4335
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4335
>             Project: PDFBox
>          Issue Type: Improvement
>            Reporter: Wiktor Kwapisiewicz
>            Priority: Major
>         Attachments: 
> 0001-PDFBOX-4335-Implement-java.io.Closeable-in-Overlay.patch
>
>
> `org.apache.pdfbox.multipdf.Overlay` class has `close` method but it doesn't 
> implement Closeable interface. Other classes, such as PDDocument, do 
> implement it.
> Attached patch.



--
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