aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2018-06-20 11:00:39 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2018-06-20 11:00:39 +0200
commitf046f3ef6d95d44049aecb03c809592d8e2294b2 (patch)
treea2525a917d2dcf6fd3204693e6659c9cf8b53fa4 /node-admin
parent4d05f21a5c3a9d15f965d5b57b08b53430bcb807 (diff)
Revert "Revert "Jvenstad/hosted vespa deployment pipeline""
This reverts commit c6a24ec54ad6a59b5b5c602d9358372c41c314f7.
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/file/Template.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/file/Template.java b/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/file/Template.java
index 6092cc1f038..14fea240baa 100644
--- a/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/file/Template.java
+++ b/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/file/Template.java
@@ -13,7 +13,7 @@ import java.nio.file.Path;
* Uses the Velocity engine to render a template, to and from both String and Path objects.
*
* @author hakonhall
- * @author jvenstad
+ * @author jonmv
*/
public class Template {