You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/11 12:55:00 UTC

[jira] [Work logged] (BEAM-8206) Fix syntax errors in Java doc for PipelineRunner

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

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

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

 ##########
 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:
   ```suggestion
   /** A {@link PipelineRunner}, that runs a {@link Pipeline} against a {@code JobService}. */
   ```
 
----------------------------------------------------------------
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:
users@infra.apache.org


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

            Worklog Id:     (was: 310555)
    Remaining Estimate: 0h
            Time Spent: 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: 10m
>  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)