use the same amount of whitespace everywhere, no functional change

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-09-17 19:24:14 +00:00
parent e6b01e4617
commit ba6bb29e3b
1 changed files with 21 additions and 21 deletions

View File

@ -86,8 +86,8 @@ public class PhrasePrefixQuery extends Query {
for (int i = 0; i < terms.length; i++) {
if (terms[i].field() != field) {
throw new IllegalArgumentException
("All phrase terms must be in the same field (" + field + "): "
throw new IllegalArgumentException(
"All phrase terms must be in the same field (" + field + "): "
+ terms[i]);
}
}