From ee6ac895957484bdbc8ecf02ab6eb22982cf414f Mon Sep 17 00:00:00 2001 From: yehzu Date: Tue, 7 Jan 2020 22:51:01 +0800 Subject: HTML escape the character "&" in the javadoc comment --- client/src/main/java/ai/vespa/client/dsl/FixedQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '&' * * @return the query string */ -- cgit v1.2.3