aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-utils
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-12-02 07:25:12 +0100
committerHarald Musum <musum@verizonmedia.com>2020-12-02 07:25:12 +0100
commit7d188a4f06d41fb62c5e66abdb90be1ba6dc8ee3 (patch)
treef3a0cf4c5b700f0c9d2636699fcc9d5760490a33 /clustercontroller-utils
parent9c3c3967f9574c08da66b5d2bea26e6c298f0546 (diff)
Trigger build
Diffstat (limited to 'clustercontroller-utils')
-rw-r--r--clustercontroller-utils/src/main/java/com/yahoo/vespa/clustercontroller/utils/util/MetricReporter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/clustercontroller-utils/src/main/java/com/yahoo/vespa/clustercontroller/utils/util/MetricReporter.java b/clustercontroller-utils/src/main/java/com/yahoo/vespa/clustercontroller/utils/util/MetricReporter.java
index a1bd0b61093..6384b21c2d8 100644
--- a/clustercontroller-utils/src/main/java/com/yahoo/vespa/clustercontroller/utils/util/MetricReporter.java
+++ b/clustercontroller-utils/src/main/java/com/yahoo/vespa/clustercontroller/utils/util/MetricReporter.java
@@ -1,9 +1,9 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.clustercontroller.utils.util;
/**
* Wrapper for current jdisc metrics, such that applications can report metrics without depending on
- * the whole container. The apputil project will provide an implementation of this interface that
+ * the whole container. The apps project will provide an implementation of this interface that
* reports on to injected jdisc implementation.
*/
public interface MetricReporter {