[
https://issues.apache.org/jira/browse/BEAM-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15785756#comment-15785756
]
ASF GitHub Bot commented on BEAM-1230:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/beam/pull/1716
> Typo in the documentation of the Window class
> ---------------------------------------------
>
> Key: BEAM-1230
> URL: https://issues.apache.org/jira/browse/BEAM-1230
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Stas Levin
> Assignee: Stas Levin
> Priority: Trivial
>
> {code}
> * <pre>{@code
> * PCollection<String> windowed_items = items.apply(
> * Window.<String>into(FixedWindows.of(Duration.standardMinutes(1))
> * .triggering(
> * .triggering(
> * AfterWatermark.pastEndOfWindow()
> * .withEarlyFirings(AfterProcessingTime
> *
> .pastFirstElementInPane().plusDelayOf(Duration.standardMinutes(1))))
> * .withAllowedLateness(Duration.ZERO));
> * }</pre>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)