[
https://issues.apache.org/jira/browse/BEAM-4708?focusedWorklogId=118162&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-118162
]
ASF GitHub Bot logged work on BEAM-4708:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Jul/18 13:09
Start Date: 02/Jul/18 13:09
Worklog Time Spent: 10m
Work Description: kennknowles closed pull request #5853: [BEAM-4708] Fix
broken javadoc
URL: https://github.com/apache/beam/pull/5853
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/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Timer.java
b/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Timer.java
index 77962815b04..072dbc70416 100644
---
a/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Timer.java
+++
b/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Timer.java
@@ -33,10 +33,9 @@
/**
* A timer consists of a timestamp and a corresponding user supplied payload.
*
- * <p>Note that this implementation is specifically used during execution
within runners and inside
- * the SDK harness. The {@link org.apache.beam.sdk.state.Timer} represents the
current user facing
- * API. Consider consolidating the two once {@link
org.apache.beam.runners.core.TimerInternals} is
- * no longer the way in which users construct/interact with timers.
+ * <p>Note that this is an implementation helper specifically intended for use
during execution by
+ * runners and the Java SDK harness. The API for pipeline authors is {@link
+ * org.apache.beam.sdk.state.Timer}.
*/
@AutoValue
public abstract class Timer<T> {
----------------------------------------------------------------
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: 118162)
Time Spent: 0.5h (was: 20m)
> Runners-core javadoc broken, blocked snapshot release
> -----------------------------------------------------
>
> Key: BEAM-4708
> URL: https://issues.apache.org/jira/browse/BEAM-4708
> Project: Beam
> Issue Type: Bug
> Components: runner-core
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: Blocker
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)