mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-13 05:25:20 +00:00
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 void after() {
|
||||
validateNullToStringStyleRegistry();
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testConstructorEx1() {
|
||||
assertEquals("<null>", new ToStringBuilder(null).toString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user