You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/11/29 20:05:18 UTC

[GitHub] [beam] benWize commented on a change in pull request #16034: [BEAM-11936] Fix errorprone UnusedVariable in Extensions-sql

benWize commented on a change in pull request #16034:
URL: https://github.com/apache/beam/pull/16034#discussion_r758696262



##########
File path: sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/cep/PatternCondition.java
##########
@@ -26,6 +26,7 @@
  */
 public abstract class PatternCondition implements Serializable {
 
+  @SuppressWarnings("unused") // Affects a public api

Review comment:
       Yes, changed




-- 
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: github-unsubscribe@beam.apache.org

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