Rely on automatic boxing/unboxing in tests
Closes gh-29414
This commit is contained in:
committed by
Sam Brannen
parent
7d68d0625c
commit
b2c8546013
@@ -74,7 +74,7 @@ public class TestBean implements BeanNameAware, BeanFactoryAware, ITestBean, IOt
|
||||
|
||||
private Date date = new Date();
|
||||
|
||||
private Float myFloat = Float.valueOf(0.0f);
|
||||
private Float myFloat = 0.0f;
|
||||
|
||||
private Collection<? super Object> friends = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user