Ignore:
Timestamp:
2021-10-21T19:57:30+13:00 (3 years ago)
Author:
davidb
Message:

Calling things like new Boolean(false) and new Integer(100) has been depreated in favour of Boolean.valueOf(false) and Integer.valueOf(100). This set of code commits reflects the necessary coding changes to the valueOf() form, which the JDK developers specify is a more efficient way to achieve the same thing

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.