[
https://issues.apache.org/jira/browse/BEAM-4218?focusedWorklogId=97555&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-97555
]
ASF GitHub Bot logged work on BEAM-4218:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/May/18 16:09
Start Date: 02/May/18 16:09
Worklog Time Spent: 10m
Work Description: tgroh closed pull request #5255: [BEAM-4218] Fix
failing javadoc build
URL: https://github.com/apache/beam/pull/5255
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/runners/local-java/src/main/java/org/apache/beam/runners/local/Bundle.java
b/runners/local-java/src/main/java/org/apache/beam/runners/local/Bundle.java
index cab9e18128d..24b2ac26ceb 100644
--- a/runners/local-java/src/main/java/org/apache/beam/runners/local/Bundle.java
+++ b/runners/local-java/src/main/java/org/apache/beam/runners/local/Bundle.java
@@ -50,8 +50,8 @@
* past this point before consuming this bundle.
*
* <p>This value is no greater than the earliest incomplete processing time
or synchronized
- * processing time {@link TimerData timer} at the time this bundle was
committed, including any
- * timers that fired to produce this bundle.
+ * processing time at the time this bundle was committed, including any
timers that fired to
+ * produce this bundle.
*/
Instant getSynchronizedProcessingOutputWatermark();
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 97555)
Time Spent: 50m (was: 40m)
> Javadoc build failing after beam/pull/5181
> ------------------------------------------
>
> Key: BEAM-4218
> URL: https://issues.apache.org/jira/browse/BEAM-4218
> Project: Beam
> Issue Type: Bug
> Components: runner-direct
> Affects Versions: 2.5.0
> Reporter: Alan Myrvold
> Assignee: Alan Myrvold
> Priority: Major
> Fix For: 2.5.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The javadoc build is failing after beam/pull/5181
> /home/jenkins/jenkins-slave/workspace/beam_Release_Gradle_NightlySnapshot/src/runners/local-java/src/main/java/org/apache/beam/runners/local/Bundle.java:53:
> error: reference not found
> * processing time \{@link TimerData timer} at the time this bundle was
> committed, including any
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)