aboutsummaryrefslogtreecommitdiffstats
path: root/client/src
diff options
context:
space:
mode:
authoryehzu <yehzu2@gmail.com>2020-01-07 22:51:01 +0800
committeryehzu <yehzu2@gmail.com>2020-01-07 22:51:01 +0800
commitee6ac895957484bdbc8ecf02ab6eb22982cf414f (patch)
tree69ead9ac22fac60b2048d96be83342dcb077d7f0 /client/src
parentfd0f77f94aa5d02aac15a8aa791c29c163fdc770 (diff)
HTML escape the character "&" in the javadoc comment
Diffstat (limited to 'client/src')
-rw-r--r--client/src/main/java/ai/vespa/client/dsl/FixedQuery.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/main/java/ai/vespa/client/dsl/FixedQuery.java b/client/src/main/java/ai/vespa/client/dsl/FixedQuery.java
index 02f1f294d14..b41dd2c546b 100644
--- a/client/src/main/java/ai/vespa/client/dsl/FixedQuery.java
+++ b/client/src/main/java/ai/vespa/client/dsl/FixedQuery.java
@@ -368,7 +368,7 @@ public class FixedQuery {
}
/**
- * build the vespa query string join by '&'
+ * build the vespa query string join by '&amp;'
*
* @return the query string
*/