You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/07/06 14:50:47 UTC

[GitHub] [solr] cpoerschke commented on a diff in pull request #926: SOLR-16223: unused throws identified by IntelliJ (round 2)

cpoerschke commented on code in PR #926:
URL: https://github.com/apache/solr/pull/926#discussion_r914923118


##########
solr/core/src/test/org/apache/solr/cloud/ForceLeaderTest.java:
##########
@@ -59,7 +59,7 @@ public static void beforeClassSetup() {
   @Test
   @Override
   @Ignore
-  public void test() throws Exception {}
+  public void test() {}

Review Comment:
   no-op test, looks like. perhaps there are others elsewhere in the code base too? anyhow, outside the scope of current PR, just caught me eye.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org