(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:
Ryan McKinley 2011-03-08 21:00:24 +00:00
parent 9662a890ef
commit b466795470
1 changed files with 4 additions and 4 deletions

View File

@ -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();