mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8274811: Remove superfluous use of boxing in java.base
Reviewed-by: lancea
This commit is contained in:
parent
44fe958c8a
commit
5af7f25814
4 changed files with 11 additions and 11 deletions
|
@ -3729,7 +3729,7 @@ public abstract class ResourceBundle {
|
|||
|
||||
}
|
||||
|
||||
private static final boolean TRACE_ON = Boolean.valueOf(
|
||||
private static final boolean TRACE_ON = Boolean.parseBoolean(
|
||||
GetPropertyAction.privilegedGetProperty("resource.bundle.debug", "false"));
|
||||
|
||||
private static void trace(String format, Object... params) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue