GitHub user mureinik opened a pull request:
https://github.com/apache/commons-lang/pull/295
ExtendedMessageFormatTest integers
Use the decimal "5" instead of the octal notation "05" to make the
code more straight forward and easier to read.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mureinik/commons-lang
ExtendedMessageFormatTest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/295.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 #295
----
commit e6b773af09df4f8300653cda13120a55b9056ca9
Author: Allon Mureinik <[email protected]>
Date: 2017-10-05T18:46:26Z
ExtendedMessageFormatTest integers
Use the decimal "5" instead of the octal notation "05" to make the
code more straight forward and easier to read.
----
---