summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-12-03 18:14:06 -0800
committerJon Bratseth <bratseth@oath.com>2018-12-03 18:14:06 -0800
commit230233bbc4c92ffddfe9cf1d7b40af7e8f98b1e1 (patch)
treea49a94d149c0c8d9130b9ba58e238c3d1db16cf1 /config-model
parent97f154211d3784bbe3467f18e6475c2c548693eb (diff)
Less use of Container
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java b/config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java
index 5373d603227..d9cb43c1850 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java
@@ -13,7 +13,6 @@ import static com.yahoo.container.core.AccessLogConfig.FileHandler.RotateScheme;
/**
* @author Tony Vaagenes
* @author gjoranv
- * @since 5.1.4
*/
public final class AccessLogComponent extends SimpleComponent implements AccessLogConfig.Producer {