Remove redundant keyword
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user