summaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2019-11-05 10:42:09 +0100
committerGitHub <noreply@github.com>2019-11-05 10:42:09 +0100
commit73cbfef0434123f59584f9ed5f5cceac6715adbd (patch)
tree659405621ca8f3ed1e995c9dcbc099056b1fd9a3 /node-admin
parent6e42f249c6b00142c341528d4d000663870108b8 (diff)
parentbd6aa1df54a6cbd84213c48f90996d9d38465383 (diff)
Merge pull request #11211 from vespa-engine/hakonhall/export-text-package-with-snippetgenerator
Export text package with SnippetGenerator
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/text/package-info.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/text/package-info.java b/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/text/package-info.java
new file mode 100644
index 00000000000..be211d759bf
--- /dev/null
+++ b/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/text/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage
+package com.yahoo.vespa.hosted.node.admin.task.util.text;
+
+import com.yahoo.osgi.annotation.ExportPackage;