trucleduc commented on a change in pull request #12721:
URL: https://github.com/apache/beam/pull/12721#discussion_r482390397



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIO.java
##########
@@ -1212,10 +1280,7 @@ public void executeBundles(ProcessContext context) {
   public static class ExportGcs extends PTransform<PBegin, ExportGcs.Result> {
     public static final TupleTag<String> OUT = new TupleTag<String>() {};
 
-    /**
-     * Represents the result of an export, including both the successful 
parsed messages, and
-     * invalid ones.
-     */
+    /** Represents the result of an export, a collection of FHIR resources in 
ndjson. */

Review comment:
       Done.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to