ppodgorsek / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
Apache License 2.0
41 stars 6 forks source link

Avoid warnings on new Integer() #148

Closed ppodgorsek closed 4 years ago

ppodgorsek commented 4 years ago

Calls to new Integer() should be replaced by Integer.valueOf() to avoid warnings.

ppodgorsek commented 4 years ago

Fixed