Re: Unused method java.lang.Integer::formatUnsignedInt

2019-06-17 Thread Tagir Valeev
Thanks, Brian. Posted a webrev: https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-June/060892.html With best regards, Tagir Valeev On Tue, Jun 18, 2019 at 1:22 AM Brian Burkhalter < [email protected]> wrote: > Hello, > > Well it’s package private, isn’t used anywhere, and the

Re: Unused method java.lang.Integer::formatUnsignedInt

2019-06-17 Thread Brian Burkhalter
Hello, Well it’s package private, isn’t used anywhere, and the JDK builds without so I don’t see why it could not be removed. Thanks, Brian > On Jun 16, 2019, at 9:09 PM, Tagir Valeev wrote: > > It seems that there's an unused method in java.lang.Integer with the > following signature: > sta