boyuanzz commented on a change in pull request #12957:
URL: https://github.com/apache/beam/pull/12957#discussion_r497752546



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsublite/TranslatingPullSubscriber.java
##########
@@ -23,6 +23,10 @@
 import java.util.List;
 import java.util.stream.Collectors;
 
+/**
+ * A PullSubscriber translating from 
com.google.cloud.pubsublite.SequencedMessage
+ * to com.google.cloud.pubsublite.proto.SequencedMessage.

Review comment:
       ```suggestion
    * to {@link com.google.cloud.pubsublite.proto.SequencedMessage}.
   ```

##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsublite/TranslatingPullSubscriber.java
##########
@@ -23,6 +23,10 @@
 import java.util.List;
 import java.util.stream.Collectors;
 
+/**
+ * A PullSubscriber translating from 
com.google.cloud.pubsublite.SequencedMessage

Review comment:
       ```suggestion
    * A PullSubscriber translating from {@link 
com.google.cloud.pubsublite.SequencedMessage}
   ```




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


Reply via email to