Remove single use locval variable
This commit is contained in:
parent
1bf7d7ec12
commit
c99cac3e3b
|
@ -34,8 +34,7 @@ public class AbstractLangTest {
|
|||
}
|
||||
|
||||
void validateNullToStringStyleRegistry() {
|
||||
final Map<Object, Object> registry = ToStringStyle.getRegistry();
|
||||
assertNull(registry, "Expected null, actual: " + registry);
|
||||
assertNull(ToStringStyle.getRegistry(), "Expected null, actual: " + ToStringStyle.getRegistry());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue