Javadoc and format nit

This commit is contained in:
Gary Gregory 2022-07-05 12:10:08 -04:00
parent f0a65f3ba8
commit ae65d3b255
1 changed files with 1 additions and 2 deletions

View File

@ -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());