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:
Shalin Shekhar Mangar 2014-02-05 11:59:37 +00:00
parent 315263e31f
commit aba50169d0
1 changed files with 0 additions and 3 deletions

View File

@ -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 {