summaryrefslogtreecommitdiffstats
path: root/container-accesslogging
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-02-21 14:06:04 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-02-21 14:06:04 +0100
commit78c9cf6cfd031e10301ad38e1a34e60430f21a88 (patch)
tree8e878149f7de3e1f75dfbc13b8c930b2b00fa4e5 /container-accesslogging
parent6f770eab5d40183214caf575e445605abb309962 (diff)
Cleanup author tag
Diffstat (limited to 'container-accesslogging')
-rw-r--r--container-accesslogging/src/test/java/com/yahoo/container/logging/LogFileHandlerTestCase.java2
1 files changed, 1 insertions, 1 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 ee9aedf3884..89ff3fa6f7d 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
@@ -20,7 +20,7 @@ import java.util.zip.GZIPInputStream;
import static org.assertj.core.api.Assertions.assertThat;
/**
- * @author <a href="mailto:travisb@yahoo-inc.com">Bob Travis</a>
+ * @author Bob Travis
*/
// TODO: Make these tests wait until the right things happen rather than waiting for a predetermined time
// These tests take too long, and are not cleaning up properly. See how this should be done in YApacheLogTestCase