You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2017/12/14 17:56:15 UTC

[beam] branch master updated: Fix javadoc in FnDataReceiver

This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 511c91e  Fix javadoc in FnDataReceiver
511c91e is described below

commit 511c91e984060e7680c2303ffb2bf1c7411be8b3
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Dec 14 07:34:47 2017 +0100

    Fix javadoc in FnDataReceiver
---
 .../src/main/java/org/apache/beam/sdk/fn/data/FnDataReceiver.java       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/FnDataReceiver.java b/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/FnDataReceiver.java
index 8eb24f2..387b81a 100644
--- a/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/FnDataReceiver.java
+++ b/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/FnDataReceiver.java
@@ -19,8 +19,6 @@ package org.apache.beam.sdk.fn.data;
 
 /**
  * A receiver of streamed data.
- *
- * <p>A {@link FnDataReceiver} should have an idempotent {@link #close()} method.
  */
 public interface FnDataReceiver<T> {
   void accept(T input) throws Exception;

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].