summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
diff options
context:
space:
mode:
authortoby <smorgrav@yahoo-inc.com>2016-06-17 22:19:56 +0200
committertoby <smorgrav@yahoo-inc.com>2016-06-17 22:19:56 +0200
commit13609149a0ee30c782f01e2830819d3cc00b99a2 (patch)
tree6bb04b22a8810cd0ff0832f1b90365614eae086d /orchestrator-restapi
parent029229a8b445791acef896c429be0acad879753f (diff)
Replace author with github username
Diffstat (limited to 'orchestrator-restapi')
-rw-r--r--orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/ApplicationSuspensionApi.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/ApplicationSuspensionApi.java b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/ApplicationSuspensionApi.java
index e40e06062c2..ec64781b213 100644
--- a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/ApplicationSuspensionApi.java
+++ b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/ApplicationSuspensionApi.java
@@ -16,7 +16,7 @@ import java.util.Set;
* 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:smorgrav@yahoo-inc.com">Toby</a>
+ * @author smorgrav
*/
public interface ApplicationSuspensionApi {
/**