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 534810b  Publishing website 2019/07/15 12:19:17 at commit 3f53bec
534810b is described below

commit 534810b303580e64d1f12522543259fbb044c6ee
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Jul 15 12:19:18 2019 +0000

    Publishing website 2019/07/15 12:19:17 at commit 3f53bec
---
 .../generated-content/contribute/ptransform-style-guide/index.html    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/website/generated-content/contribute/ptransform-style-guide/index.html 
b/website/generated-content/contribute/ptransform-style-guide/index.html
index ab62c7d..b4f508c 100644
--- a/website/generated-content/contribute/ptransform-style-guide/index.html
+++ b/website/generated-content/contribute/ptransform-style-guide/index.html
@@ -759,7 +759,7 @@ Strive to make such incompatible behavior changes cause a 
compile error (e.g. it
 
 <p>The container class must have a private constructor, so it can’t be 
instantiated directly.</p>
 
-<p>Document common stuff at <code class="highlighter-rouge">BlahIO</code> 
level, and each factory method individually.</p>
+<p>Document common stuff at <code class="highlighter-rouge">FooIO</code> 
level, and each factory method individually.</p>
 
 <div class="language-java highlighter-rouge"><pre 
class="highlight"><code><span class="cm">/** Transforms for clustering data. 
*/</span>
 <span class="kd">public</span> <span class="kd">class</span> <span 
class="nc">Cluster</span> <span class="o">{</span>
@@ -775,7 +775,7 @@ Strive to make such incompatible behavior changes cause a 
compile error (e.g. it
   <span class="kd">public</span> <span class="kd">static</span> <span 
class="kd">class</span> <span class="nc">Hierarchically</span> <span 
class="kd">extends</span> <span class="n">PTransform</span><span 
class="o">&lt;...&gt;</span> <span class="o">{</span> <span 
class="o">...</span> <span class="o">}</span>
 <span class="o">}</span>
 
-<span class="kd">public</span> <span class="n">lass</span> <span 
class="n">FooIO</span> <span class="o">{</span>
+<span class="kd">public</span> <span class="kd">class</span> <span 
class="nc">FooIO</span> <span class="o">{</span>
   <span class="c1">// Force use of static factory methods.</span>
   <span class="kd">private</span> <span class="nf">FooIO</span><span 
class="o">()</span> <span class="o">{}</span>
 

Reply via email to