mirror of https://github.com/apache/lucene.git
(trivial) adding missing spaces
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1079540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9662a890ef
commit
b466795470
|
@ -471,8 +471,8 @@ abstract public class SolrExampleTests extends SolrJettyTestBase
|
|||
assertEquals( "they have the same distribution", inStockF.getStddev(), inStockT.getStddev() );
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testPingHandler() throws Exception
|
||||
@Test
|
||||
public void testPingHandler() throws Exception
|
||||
{
|
||||
SolrServer server = getSolrServer();
|
||||
|
||||
|
@ -495,8 +495,8 @@ abstract public class SolrExampleTests extends SolrJettyTestBase
|
|||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testFaceting() throws Exception
|
||||
@Test
|
||||
public void testFaceting() throws Exception
|
||||
{
|
||||
SolrServer server = getSolrServer();
|
||||
|
||||
|
|
Loading…
Reference in New Issue