summaryrefslogtreecommitdiffstats
path: root/config-model-api
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-15 13:55:49 +0200
committerJon Bratseth <bratseth@oath.com>2018-08-15 13:55:49 +0200
commitffcf49b0690147d9fdc47c543da3609981045fd5 (patch)
treea07b7a2403b96e0308e376e7fcc3eec157400c33 /config-model-api
parent482bc20e6fb7f84cbb54a6194f0e129b2f4f7029 (diff)
Convert all outputs
Diffstat (limited to 'config-model-api')
-rw-r--r--config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java b/config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java
index dd54fe11c39..a703a524e1d 100644
--- a/config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java
+++ b/config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java
@@ -88,12 +88,14 @@ public interface ApplicationPackage {
/**
* Contents of services.xml. Caller must close reader after use.
+ *
* @return a Reader, or null if no services.xml/vespa-services.xml present
*/
Reader getServices();
/**
* Contents of hosts.xml. Caller must close reader after use.
+ *
* @return a Reader, or null if no hosts.xml/vespa-hosts.xml present
*/
Reader getHosts();