Abacn commented on code in PR #36781:
URL: https://github.com/apache/beam/pull/36781#discussion_r3131960953


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/BoundedTrieMetricsLineage.java:
##########
@@ -29,7 +30,8 @@ class BoundedTrieMetricsLineage implements LineageBase {
 
   private final BoundedTrie metric;
 
-  BoundedTrieMetricsLineage(Lineage.LineageDirection direction) {
+  @SuppressWarnings("unused")
+  public BoundedTrieMetricsLineage(PipelineOptions options, 
Lineage.LineageDirection direction) {

Review Comment:
   Yeah, either need `suppressWarning` or name the unused parameter as "unused" 
could make errorprone happy



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to