summaryrefslogtreecommitdiffstats
path: root/service-monitor
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-06-29 16:30:33 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-06-29 16:30:33 +0200
commit8293220823cdf2140ba7b999adb6a096fe39459f (patch)
treef98b3c8fda6d14f197f7fa617ba2f7b644b7d033 /service-monitor
parent07e47f92d879cc1b7d0eb89ef8170d5366904dc7 (diff)
Use Github username as author
Diffstat (limited to 'service-monitor')
-rw-r--r--service-monitor/src/main/scala/com/yahoo/vespa/service/monitor/SlobrokMonitor.scala2
-rw-r--r--service-monitor/src/test/scala/PrintServiceStates.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/service-monitor/src/main/scala/com/yahoo/vespa/service/monitor/SlobrokMonitor.scala b/service-monitor/src/main/scala/com/yahoo/vespa/service/monitor/SlobrokMonitor.scala
index 652a59260b0..8e8463621cd 100644
--- a/service-monitor/src/main/scala/com/yahoo/vespa/service/monitor/SlobrokMonitor.scala
+++ b/service-monitor/src/main/scala/com/yahoo/vespa/service/monitor/SlobrokMonitor.scala
@@ -8,7 +8,7 @@ import com.yahoo.vespa.service.monitor.SlobrokMonitor._
import scala.collection.convert.wrapAsJava._
/**
- * @author <a href="mailto:bakksjo@yahoo-inc.com">Oyvind Bakksjo</a>
+ * @author bakksjo
*/
class SlobrokMonitor {
private val supervisor: Supervisor = new Supervisor(new Transport())
diff --git a/service-monitor/src/test/scala/PrintServiceStates.scala b/service-monitor/src/test/scala/PrintServiceStates.scala
index 455010165cf..e93cdb95dee 100644
--- a/service-monitor/src/test/scala/PrintServiceStates.scala
+++ b/service-monitor/src/test/scala/PrintServiceStates.scala
@@ -7,7 +7,7 @@ import com.yahoo.vespa.service.monitor.SlobrokAndConfigIntersector
/**
* Quick hack to just see some results.
*
- * @author <a href="mailto:bakksjo@yahoo-inc.com">Oyvind Bakksjo</a>
+ * @author bakksjo
*/
object PrintServiceStates {
def main(args: Array[String]): Unit = {