You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/03/13 21:35:02 UTC

[beam] branch asf-site updated: Publishing website 2020/03/13 21:34:54 at commit eb59dde

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6d40afe  Publishing website 2020/03/13 21:34:54 at commit eb59dde
6d40afe is described below

commit 6d40afe0881b30b858f9338cf469b6e7eb78aed7
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Mar 13 21:34:55 2020 +0000

    Publishing website 2020/03/13 21:34:54 at commit eb59dde
---
 website/generated-content/documentation/programming-guide/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/generated-content/documentation/programming-guide/index.html b/website/generated-content/documentation/programming-guide/index.html
index 48b04c6..74b9065 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -785,7 +785,7 @@ a command-line argument, and a default value.</p>
     <span class="kt">void</span> <span class="nf">setInput</span><span class="o">(</span><span class="n">String</span> <span class="n">input</span><span class="o">);</span>
 
     <span class="nd">@Description</span><span class="o">(</span><span class="s">"Output for the pipeline"</span><span class="o">)</span>
-    <span class="nd">@Default</span><span class="o">.</span><span class="na">String</span><span class="o">(</span><span class="s">"gs://my-bucket/input"</span><span class="o">)</span>
+    <span class="nd">@Default</span><span class="o">.</span><span class="na">String</span><span class="o">(</span><span class="s">"gs://my-bucket/output"</span><span class="o">)</span>
     <span class="n">String</span> <span class="nf">getOutput</span><span class="o">();</span>
     <span class="kt">void</span> <span class="nf">setOutput</span><span class="o">(</span><span class="n">String</span> <span class="n">output</span><span class="o">);</span>
 <span class="o">}</span>