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 da72cf229da5c500ede4f7e0de7cacd79b54eb98
Author: Mergebot <merge...@apache.org>
AuthorDate: Tue Nov 28 22:57:43 2017 +0000

    Prepare repository for deployment.
---
 content/contribute/ptransform-style-guide/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/contribute/ptransform-style-guide/index.html 
b/content/contribute/ptransform-style-guide/index.html
index 72c1818..3a627d1 100644
--- a/content/contribute/ptransform-style-guide/index.html
+++ b/content/contribute/ptransform-style-guide/index.html
@@ -443,8 +443,8 @@ E.g. when expanding a filepattern into files, log what the 
filepattern was and h
 
 <ul>
   <li>Generally, follow the rules of <a href="http://semver.org/";>semantic 
versioning</a>.</li>
-  <li>If the API of the transform is not yet stable, annotate it as <code 
class="highlighter-rouge">@Experimental</code> (Java) or <code 
class="highlighter-rouge">@experimental</code> (<a 
href="https://beam.apache.org/documentation/sdks/pydoc/2.1.0/apache_beam.utils.html#module-apache_beam.utils.annotations";>Python</a>).</li>
-  <li>If the API deprecated, annotate it as <code 
class="highlighter-rouge">@Deprecated</code> (Java) or <code 
class="highlighter-rouge">@deprecated</code> (<a 
href="https://beam.apache.org/documentation/sdks/pydoc/2.1.0/apache_beam.utils.html#module-apache_beam.utils.annotations";>Python</a>).</li>
+  <li>If the API of the transform is not yet stable, annotate it as <code 
class="highlighter-rouge">@Experimental</code> (Java) or <code 
class="highlighter-rouge">@experimental</code> (<a 
href="/documentation/sdks/pydoc/2.1.0/apache_beam.utils.html#module-apache_beam.utils.annotations">Python</a>).</li>
+  <li>If the API deprecated, annotate it as <code 
class="highlighter-rouge">@Deprecated</code> (Java) or <code 
class="highlighter-rouge">@deprecated</code> (<a 
href="/documentation/sdks/pydoc/2.1.0/apache_beam.utils.html#module-apache_beam.utils.annotations">Python</a>).</li>
   <li>Pay attention to the stability and versioning of third-party classes 
exposed by the transform’s API: if they are unstable or improperly versioned 
(do not obey <a href="http://semver.org/";>semantic versioning</a>), it is 
better to wrap them in your own classes.</li>
 </ul>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <commits@beam.apache.org>.

Reply via email to