summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-20 12:23:38 +0200
committerJon Bratseth <bratseth@oath.com>2018-08-20 12:23:38 +0200
commitc7cfd9f4742f398331839ed0f2ceeee55c68a791 (patch)
treeaffd290ab13c37f5ea1173c421c771c317700e3b /vespajlib
parentc6d642b55558203a6eddd79efbc232bb34ec8e52 (diff)
Revert "Merge pull request #6626 from vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3"
This reverts commit c6d642b55558203a6eddd79efbc232bb34ec8e52, reversing changes made to 59ffc5091b8246674843deea81a11a917abf801e.
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() {