aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2018-06-19 12:14:05 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2018-06-19 12:14:05 +0200
commit2979e7b1d18e2dfa262a815f22626e12f324e444 (patch)
tree2dd531e9d93dbdad0498fab28191b40fd45356e2 /node-admin
parentdb7d99e291683c5a2b3f9d651f978199a8cf0f76 (diff)
I'm a skeleton
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 {