[ 
https://issues.apache.org/jira/browse/BEAM-8206?focusedWorklogId=311282&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-311282
 ]

ASF GitHub Bot logged work on BEAM-8206:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Sep/19 09:02
            Start Date: 12/Sep/19 09:02
    Worklog Time Spent: 10m 
      Work Description: sunjincheng121 commented on pull request #9543: 
[BEAM-8206] Fix syntax errors in Java doc for PipelineRunner
URL: https://github.com/apache/beam/pull/9543#discussion_r323631116
 
 

 ##########
 File path: 
runners/reference/java/src/main/java/org/apache/beam/runners/reference/PortableRunner.java
 ##########
 @@ -57,7 +57,7 @@
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/** A {@link PipelineRunner} a {@link Pipeline} against a {@code JobService}. 
*/
+/** A {@link PipelineRunner} runs a {@link Pipeline} against a {@code 
JobService}. */
 
 Review comment:
   Do we need keep consistency with javadoc of `Pipeline Runner`?
   
   
https://github.com/apache/beam/blob/bce94cd7989717ae13de620aa23d49fee932aeb7/sdks/java/core/src/main/java/org/apache/beam/sdk/PipelineRunner.java#L31
 
----------------------------------------------------------------
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 311282)
    Time Spent: 20m  (was: 10m)

> Fix syntax errors in Java doc for PipelineRunner
> ------------------------------------------------
>
>                 Key: BEAM-8206
>                 URL: https://issues.apache.org/jira/browse/BEAM-8206
>             Project: Beam
>          Issue Type: Bug
>          Components: website
>            Reporter: sunjincheng
>            Assignee: sunjincheng
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Fix syntax errors in Java doc for PipelineRunner, i.e.,
> {code}
>  A {@link PipelineRunner} a {@link Pipeline} against a {@code JobService}
> {code}
> ->
> {code}
> A {@link PipelineRunner} runs a {@link Pipeline} against a {@code JobService}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to