summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2016-06-17 22:34:02 +0200
committerGitHub <noreply@github.com>2016-06-17 22:34:02 +0200
commit3bba0952465891fb3efb941e1b9f0d3b39eb7265 (patch)
tree9ceccae299c674ecccf549e6b8bb1e1900a696b2 /orchestrator-restapi
parent8215385eb463a03d4994d8b4eade0949f9c58ce5 (diff)
parent41eaeb9c405dcb8b547f64cc1057bc734c58e09b (diff)
Merge pull request #78 from yahoo/smorgrav/author
Change my author element to 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 {
/**