mirror of https://github.com/apache/lucene.git
Fix URL in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@774759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe34935c09
commit
e14e521c11
|
@ -173,7 +173,7 @@ public class ClientUtils
|
|||
|
||||
|
||||
/**
|
||||
* See: http://lucene.apache.org/java/docs/queryparsersyntax.html#Escaping Special Characters
|
||||
* See: http://lucene.apache.org/java/docs/queryparsersyntax.html#Escaping%20Special%20Characters
|
||||
*/
|
||||
public static String escapeQueryChars(String s) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
|
Loading…
Reference in New Issue