[
https://issues.apache.org/jira/browse/PDFBOX-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17253475#comment-17253475
]
Tilman Hausherr commented on PDFBOX-5055:
-----------------------------------------
I don't want to do the "final" change except at fields at top of the class. For
example, a change like this
{noformat}
- catch (IOException e)
+ catch (final IOException e)
{
new ErrorDialog(e).setVisible(true);
}
{noformat}
does not increase readability.
> Minor improvement
> -----------------
>
> Key: PDFBOX-5055
> URL: https://issues.apache.org/jira/browse/PDFBOX-5055
> Project: PDFBox
> Issue Type: Improvement
> Reporter: Arturo Bernal
> Priority: Minor
> Labels: pull-request-available
>
> Minor Improvement:
> * Add final
> * Unnecessary semicolon ';'
> * Remove Unnecessary interface modifier
> * Remove Unnecessary semicolon
> * Remove Unused import
> * Use Standard Charset Object
> * Change License to Text Plain
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]