Javadoc and format nit
This commit is contained in:
parent
f0a65f3ba8
commit
ae65d3b255
|
@ -40,7 +40,7 @@ public class ToStringBuilderTest {
|
|||
private final Integer base = Integer.valueOf(5);
|
||||
private final String baseStr = base.getClass().getName() + "@" + Integer.toHexString(System.identityHashCode(base));
|
||||
|
||||
/*
|
||||
/**
|
||||
* All tests should leave the registry empty.
|
||||
*/
|
||||
@AfterEach
|
||||
|
@ -48,7 +48,6 @@ public class ToStringBuilderTest {
|
|||
validateNullToStringStyleRegistry();
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testConstructorEx1() {
|
||||
assertEquals("<null>", new ToStringBuilder(null).toString());
|
||||
|
|
Loading…
Reference in New Issue