summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorLester Solbakken <lesters@users.noreply.github.com>2018-08-20 09:20:04 +0200
committerGitHub <noreply@github.com>2018-08-20 09:20:04 +0200
commit59ffc5091b8246674843deea81a11a917abf801e (patch)
treeaffd290ab13c37f5ea1173c421c771c317700e3b /vespajlib
parente11152b73bb9f4a8020034a6bca63e82124f7b26 (diff)
parenta86919f38df73174c204f4705e3cd9d316a42553 (diff)
Merge pull request #6625 from vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-2-3
Bratseth/generate rank profiles for all models part 2 3
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() {