summaryrefslogtreecommitdiffstats
path: root/processing
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-15 13:32:56 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-04-15 13:32:56 +0000
commitd07b20d7655d74f0460abc5dfceb7039bb8ec371 (patch)
tree5b88aba2b4b53ec5cbba02606e080a9fd8053b34 /processing
parenta4e565c808f7999f561b0dad881f3a34040ab5d7 (diff)
Add query control of top-k-probability.
Diffstat (limited to 'processing')
-rw-r--r--processing/src/main/java/com/yahoo/processing/request/Properties.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/processing/src/main/java/com/yahoo/processing/request/Properties.java b/processing/src/main/java/com/yahoo/processing/request/Properties.java
index cadc658417b..9362de59203 100644
--- a/processing/src/main/java/com/yahoo/processing/request/Properties.java
+++ b/processing/src/main/java/com/yahoo/processing/request/Properties.java
@@ -543,7 +543,7 @@ public class Properties implements Cloneable {
/**
* Returns a property as a Double
*
- * @return the integer value of the name, or null if the property is null
+ * @return the double value of the name, or null if the property is null
* @throws NumberFormatException if the given parameter exists but have a value which
* is not parseable as a number
*/
@@ -554,7 +554,7 @@ public class Properties implements Cloneable {
/**
* Returns a property as a Double
*
- * @return the integer value of the name, or null if the property is null
+ * @return the double value of the name, or null if the property is null
* @throws NumberFormatException if the given parameter exists but have a value which
* is not parseable as a number
*/