dweiss commented on code in PR #14831:
URL: https://github.com/apache/lucene/pull/14831#discussion_r2160248134


##########
lucene/test-framework/src/test/org/apache/lucene/tests/util/TestBeforeAfterOverrides.java:
##########
@@ -30,7 +30,9 @@ public TestBeforeAfterOverrides() {
 
   public static class Before1 extends WithNestedTests.AbstractNestedTest {
     @Before
-    public void before() {}
+    public void before() {
+      /* intentionally left blank */
+    }

Review Comment:
   It's clearer now.



-- 
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-unsubscr...@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to