mirror of https://github.com/apache/lucene.git
SOLR-5530: Remove empty throws clause
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
315263e31f
commit
aba50169d0
|
@ -71,7 +71,6 @@ public class NoOpResponseParserTest extends SolrJettyTestBase {
|
|||
|
||||
/**
|
||||
* Parse response from query using NoOpResponseParser.
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
public void testQueryParse() throws Exception {
|
||||
|
@ -96,7 +95,6 @@ public class NoOpResponseParserTest extends SolrJettyTestBase {
|
|||
|
||||
/**
|
||||
* Parse response from java.io.Reader.
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
public void testReaderResponse() throws Exception {
|
||||
|
@ -114,7 +112,6 @@ public class NoOpResponseParserTest extends SolrJettyTestBase {
|
|||
|
||||
/**
|
||||
* Parse response from java.io.InputStream.
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
public void testInputStreamResponse() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue