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:
Erik Hatcher 2009-05-14 13:24:23 +00:00
parent fe34935c09
commit e14e521c11
1 changed files with 1 additions and 1 deletions

View File

@ -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) { public static String escapeQueryChars(String s) {
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();