garydgregory commented on code in PR #393:
URL: 
https://github.com/apache/commons-configuration/pull/393#discussion_r1542931437


##########
src/main/java/org/apache/commons/configuration2/ConfigurationUtils.java:
##########
@@ -63,6 +63,7 @@ public final class ConfigurationUtils {
 
         @Override
         public <T extends Event> void addEventListener(final EventType<T> 
eventType, final EventListener<? super T> listener) {
+            // Empty dummy implementation of this interface method

Review Comment:
   Too verbose, in other files we sometimes say:
   ```
   // noop
   ```
   or
   ```
   // empty
   ```
   



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

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

Reply via email to