mirror of https://github.com/apache/lucene.git
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:
parent
e6b01e4617
commit
ba6bb29e3b
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue