summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-07-04 16:59:43 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-07-05 11:09:02 +0200
commit51ca76715e32c847ba232c78521d0deb4ff01404 (patch)
tree7c191277162b593ec2d6af089a29f6040abcad5d /orchestrator
parent49535dc705de69fd225e38238e15f0dd4a14b74f (diff)
Replace 'tonytv' with full name in author tags
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/MutableStatusRegistry.java2
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/NoThrow.java2
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ReadOnlyStatusRegistry.java2
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/StatusService.java2
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusService.java2
-rw-r--r--orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestIds.java2
6 files changed, 6 insertions, 6 deletions
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/MutableStatusRegistry.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/MutableStatusRegistry.java
index 42b869473a1..b699a9f8962 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/MutableStatusRegistry.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/MutableStatusRegistry.java
@@ -7,7 +7,7 @@ import com.yahoo.vespa.applicationmodel.HostName;
* Registry of the suspension and host statuses for an application instance.
*
* @author oyving
- * @author tonytv
+ * @author Tony Vaagenes
* @author bakksjo
*/
public interface MutableStatusRegistry extends ReadOnlyStatusRegistry, AutoCloseable {
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/NoThrow.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/NoThrow.java
index 4228c92e225..fd6757f83cf 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/NoThrow.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/NoThrow.java
@@ -11,7 +11,7 @@ import java.lang.annotation.Target;
* They are still allowed to throw Errors, such as AssertionError
*
* TODO: move to vespajlib or find a suitable replacement
- * @author tonytv
+ * @author Tony Vaagenes
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.SOURCE)
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ReadOnlyStatusRegistry.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ReadOnlyStatusRegistry.java
index 5e23af70d13..09300ef18a8 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ReadOnlyStatusRegistry.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ReadOnlyStatusRegistry.java
@@ -7,7 +7,7 @@ import com.yahoo.vespa.applicationmodel.HostName;
* Read-only view of statuses for the application instance and its hosts.
*
* @author oyving
- * @author tonytv
+ * @author Tony Vaagenes
* @author bakksjo
*/
public interface ReadOnlyStatusRegistry {
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/StatusService.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/StatusService.java
index db58544df55..c47be096242 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/StatusService.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/StatusService.java
@@ -13,7 +13,7 @@ import java.util.Set;
* TODO Remove readonly registry class (replace with actual methods) - only adds complexity.
*
* @author oyving
- * @author tonytv
+ * @author Tony Vaagenes
* @author smorgrav
*/
public interface StatusService {
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusService.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusService.java
index 18d6ed4b3f2..deece6a4a65 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusService.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusService.java
@@ -25,7 +25,7 @@ import java.util.logging.Logger;
* Stores instance suspension status and which hosts are allowed to go down in zookeeper.
*
* TODO: expiry of old application instances
- * @author tonytv
+ * @author Tony Vaagenes
*/
public class ZookeeperStatusService implements StatusService {
diff --git a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestIds.java b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestIds.java
index c71643b08e0..41e02d20a2a 100644
--- a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestIds.java
+++ b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestIds.java
@@ -7,7 +7,7 @@ import com.yahoo.vespa.applicationmodel.HostName;
import com.yahoo.vespa.applicationmodel.TenantId;
/**
- * @author tonytv
+ * @author Tony Vaagenes
*/
public class TestIds {
public static final ApplicationInstanceReference APPLICATION_INSTANCE_REFERENCE =