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é <[email protected]>
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
['"[email protected]" <[email protected]>'].

Reply via email to