Deuce1058 / yardi

backup of exlipse projects
0 stars 0 forks source link

Short() constructor is deprecated #110

Closed Deuce1058 closed 2 years ago

Deuce1058 commented 2 years ago

Java 11 Short() constructor is deprecated.

Use Short.parseShort(), Short.valueOf(short s), Short.toString(short s)