You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/01/31 16:37:12 UTC

[GitHub] [druid] suneet-s commented on a change in pull request #9297: Suppress false-alarm inspection.

suneet-s commented on a change in pull request #9297: Suppress false-alarm inspection.
URL: https://github.com/apache/druid/pull/9297#discussion_r373572362
 
 

 ##########
 File path: core/src/main/java/org/apache/druid/java/util/common/guava/LimitedSequence.java
 ##########
 @@ -52,6 +52,7 @@
     return new LimitedYielder<>(subYielder, limitedAccumulator);
   }
 
+  @SuppressWarnings("InnerClassMayBeStatic") // False alarm: flagged by IDEA inspections, but can't actually be static.
 
 Review comment:
   Would be nice to describe the explanation in your PR in here so someone in the future can remove the suppression if the inner class it depends on becomes static

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org