Rely on automatic boxing/unboxing in tests
Closes gh-29414
This commit is contained in:
committed by
Sam Brannen
parent
7d68d0625c
commit
b2c8546013
@@ -55,7 +55,7 @@ public class InputTagTests extends AbstractFormTagTests {
|
||||
// set up test data
|
||||
this.rob = new TestBean();
|
||||
this.rob.setName("Rob");
|
||||
this.rob.setMyFloat(Float.valueOf(12.34f));
|
||||
this.rob.setMyFloat(12.34f);
|
||||
|
||||
TestBean sally = new TestBean();
|
||||
sally.setName("Sally");
|
||||
|
||||
Reference in New Issue
Block a user