mbaeuerle / Briss-2.0

Briss 2.0 is intended to be a GUI Update for the Briss PDF cropping tool.
GNU General Public License v3.0
486 stars 48 forks source link

Remove use of deprecated boxed types constructors #31

Closed cleydyr closed 2 years ago

cleydyr commented 3 years ago

Fixes #32.

Since version 9 the constructors for boxed type are considered to be deprecated and marked for removal. This PR prevents the build from breaking in future JDK versions.

mbaeuerle commented 3 years ago

Perfect thanks!