Skip to content

Commit

Permalink
This closes #3870
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Sep 20, 2017
2 parents e8a5282 + 7d7baf7 commit 64123e9
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -21,7 +21,7 @@
import com.google.auto.value.AutoValue;

import javax.annotation.Nullable;

import org.apache.beam.sdk.annotations.Experimental;
import org.apache.beam.sdk.coders.Coder;
import org.apache.beam.sdk.coders.StringUtf8Coder;
import org.apache.beam.sdk.io.Read.Bounded;
Expand Down Expand Up @@ -53,7 +53,10 @@
* // A simple Read of a local PDF file (only runs locally):
* PCollection<String> content = p.apply(TikaInput.from("/local/path/to/file.pdf"));
* }</pre>
*
* <b>Warning:</b> the API of this IO is likely to change in the next release.
*/
@Experimental(Experimental.Kind.SOURCE_SINK)
public class TikaIO {

/**
Expand Down

0 comments on commit 64123e9

Please sign in to comment.