GitHub user mureinik opened a pull request:
https://github.com/apache/commons-lang/pull/240
Remove redundant semicolons from enums
While enums allow ending the member list in a semicolon(;), it's
redundant. Some enums in the codebase use a semicolon in the end, and
some do not.
This patch standardizes the codebase's enum and cleans up the code by
removing these semicolons.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mureinik/commons-lang enum-semicolon
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/240.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #240
----
commit c0d2d5b632211bb6ebc6fc0e93e133be1c3184ff
Author: Allon Mureinik <[email protected]>
Date: 2017-02-21T09:18:54Z
Remove redundant semicolons from enums
While enums allow ending the member list in a semicolon(;), it's
redundant. Some enums in the codebase use a semicolon in the end, and
some do not.
This patch standardizes the codebase's enum and cleans up the code by
removing these semicolons.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---