This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 1f618cdf01e35011c79db9d571aec2107ee62cf0 Author: Mergebot <merge...@apache.org> AuthorDate: Wed Jun 6 20:19:19 2018 -0700 Prepare repository for deployment. --- content/documentation/programming-guide/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/documentation/programming-guide/index.html b/content/documentation/programming-guide/index.html index 03aada3..1fc81da 100644 --- a/content/documentation/programming-guide/index.html +++ b/content/documentation/programming-guide/index.html @@ -2429,7 +2429,8 @@ 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.getCoder</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 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 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 mergebot-r...@apache.org.