summaryrefslogtreecommitdiffstats
path: root/container-accesslogging
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-02-21 14:06:50 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-02-21 14:06:50 +0100
commitf71034d801aaea5961e5020bb5985756b0dbb535 (patch)
tree047526f53158d209aea79e1e427632652ef30732 /container-accesslogging
parent78c9cf6cfd031e10301ad38e1a34e60430f21a88 (diff)
Cleanup javadoc comment
Diffstat (limited to 'container-accesslogging')
-rw-r--r--container-accesslogging/src/test/java/com/yahoo/container/logging/LogFileHandlerTestCase.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/container-accesslogging/src/test/java/com/yahoo/container/logging/LogFileHandlerTestCase.java b/container-accesslogging/src/test/java/com/yahoo/container/logging/LogFileHandlerTestCase.java
index 89ff3fa6f7d..aef9a891e8b 100644
--- a/container-accesslogging/src/test/java/com/yahoo/container/logging/LogFileHandlerTestCase.java
+++ b/container-accesslogging/src/test/java/com/yahoo/container/logging/LogFileHandlerTestCase.java
@@ -26,9 +26,6 @@ import static org.assertj.core.api.Assertions.assertThat;
// These tests take too long, and are not cleaning up properly. See how this should be done in YApacheLogTestCase
public class LogFileHandlerTestCase {
- /**
- * The scenario
- */
@Test
public void testIt() {
LogFileHandler h = new LogFileHandler();