summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-08-22 12:11:19 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-08-22 12:11:19 +0200
commite52b9edcd24a4185feb91a77e41c9a6dcb9ebce0 (patch)
treed5d08174c54108ecd5bcfc55eda779b4bead8715 /container-search
parent871e1e3e8443fd8cb7aa71e6c37f841b94c458c6 (diff)
Whitespace changes only
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/java/com/yahoo/search/query/Model.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/query/Model.java b/container-search/src/main/java/com/yahoo/search/query/Model.java
index b11dd6b9b2c..e7f4640b202 100644
--- a/container-search/src/main/java/com/yahoo/search/query/Model.java
+++ b/container-search/src/main/java/com/yahoo/search/query/Model.java
@@ -25,7 +25,7 @@ import static com.yahoo.text.Lowercase.toLowerCase;
/**
* The parameters defining the recall of a query.
*
- * @author <a href="mailto:arnebef@yahoo-inc.com">Arne Bergene Fossaa</a>
+ * @author Arne Bergene Fossaa
* @author bratseth
*/
public class Model implements Cloneable {
@@ -502,7 +502,7 @@ public class Model implements Cloneable {
* search backend (of some kind).
*
* @param next string representation of header value
- * @deprecated Not use, ytrace is done
+ * @deprecated not used, ytrace has been discontinued
*/
@Deprecated
public void setYTraceHeaderToNext(String next) { }
@@ -511,7 +511,8 @@ public class Model implements Cloneable {
* Get the YTrace header value to use when transmitting this model to a
* search backend (of some kind). Returns null if no ytrace data is not
* turned on.
- * @deprecated Not use, ytrace is done
+ *
+ * @deprecated not used, ytrace has been discontinued
*/
@Deprecated
public String getYTraceHeaderToNext() {