summaryrefslogtreecommitdiffstats
path: root/vespajlib
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 /vespajlib
parent482bc20e6fb7f84cbb54a6194f0e129b2f4f7029 (diff)
Convert all outputs
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/main/java/com/yahoo/path/Path.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/path/Path.java b/vespajlib/src/main/java/com/yahoo/path/Path.java
index c466fe50d6f..2806631be18 100644
--- a/vespajlib/src/main/java/com/yahoo/path/Path.java
+++ b/vespajlib/src/main/java/com/yahoo/path/Path.java
@@ -84,6 +84,7 @@ public final class Path {
/**
* Get the name of this path element, typically the last element in the path string.
+ *
* @return the name
*/
public String getName() {