1
0

Remove redundant keyword

This commit is contained in:
Gary Gregory
2024-06-30 07:48:54 -04:00
parent 77a0d54520
commit 3d7feefa07

View File

@@ -29,7 +29,7 @@ public abstract class AbstractLogTest extends TestCase {
public void testLoggingWithNullParameters() public void testLoggingWithNullParameters()
{ {
final Log log = this.getLogObject(); final Log log = getLogObject();
assertNotNull(log); assertNotNull(log);
log.debug(null); log.debug(null);