Remove odd character

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150339 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2004-05-13 09:54:12 +00:00
parent 43d7d69054
commit e5d98fe28a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ extends TestCase {
assertEquals (0, hits.length());
}
/** 
/**
* This tests FilteredQuery's rewrite correctness
*/
public void testRangeQuery() throws Exception {