summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-06-28 14:01:29 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-06-28 14:01:29 +0200
commit715f41ebffc7727435a7c0d8f92f83c6a3f681aa (patch)
tree88236249c044dd8f2fed583de11ceaba2e397abd /orchestrator-restapi
parent6ff6dbe035550e401a5174ca22aa8df7b1a83bc6 (diff)
Use Github username as author
Diffstat (limited to 'orchestrator-restapi')
-rw-r--r--orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java
index bdcc4fe51d0..a71db5b2749 100644
--- a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java
+++ b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java
@@ -18,7 +18,7 @@ import javax.ws.rs.core.MediaType;
* Implementing classes must not put any JAX-RS annotation on the overridden methods. Doing so will cause all
* method annotations in this interface to be ignored by the JAX-RS container (see section 3.6 of JSR-339).
*
- * @author <a href="mailto:bakksjo@yahoo-inc.com">Oyvind Bakksjo</a>
+ * @author bakksjo
*/
public interface HostApi {
/**