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.
|
* Parse response from query using NoOpResponseParser.
|
||||||
* @throws Exception
|
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testQueryParse() throws Exception {
|
public void testQueryParse() throws Exception {
|
||||||
|
@ -96,7 +95,6 @@ public class NoOpResponseParserTest extends SolrJettyTestBase {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse response from java.io.Reader.
|
* Parse response from java.io.Reader.
|
||||||
* @throws Exception
|
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testReaderResponse() throws Exception {
|
public void testReaderResponse() throws Exception {
|
||||||
|
@ -114,7 +112,6 @@ public class NoOpResponseParserTest extends SolrJettyTestBase {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse response from java.io.InputStream.
|
* Parse response from java.io.InputStream.
|
||||||
* @throws Exception
|
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testInputStreamResponse() throws Exception {
|
public void testInputStreamResponse() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue