This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit ac0ff06f909ad03ebdff5fcc0ed65ecaf70f7703 Author: Xin Wang <[email protected]> AuthorDate: Tue Jun 5 21:40:00 2018 +0800 [BEAM-4479] Fixed document for Coder --- content/documentation/programming-guide/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/documentation/programming-guide/index.html b/content/documentation/programming-guide/index.html index 1fc81da..4271fe6 100644 --- a/content/documentation/programming-guide/index.html +++ b/content/documentation/programming-guide/index.html @@ -2429,8 +2429,7 @@ The following table shows the standard mapping:</p> <h4 id="default-coder-lookup">6.2.1. Looking up a default coder</h4> -<p class="language-java">You can use the method <code class="highlighter-rouge">CoderRegistry.getDefaultCoder</code> to determine the default -Coder for a Java type. You can access the <code class="highlighter-rouge">CoderRegistry</code> for a given pipeline +<p class="language-java">You can access the <code class="highlighter-rouge">CoderRegistry</code> for a given pipeline by using the method <code class="highlighter-rouge">Pipeline.getCoderRegistry</code>. This allows you to determine (or set) the default Coder for a Java type on a per-pipeline basis: i.e. “for this pipeline, verify that Integer values are encoded using -- To stop receiving notification emails like this one, please contact [email protected].
