Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D207F200CE7 for ; Thu, 13 Jul 2017 00:56:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D08A1161BA8; Wed, 12 Jul 2017 22:56:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2D7D6162227 for ; Thu, 13 Jul 2017 00:56:28 +0200 (CEST) Received: (qmail 19882 invoked by uid 500); 12 Jul 2017 22:56:27 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 19838 invoked by uid 99); 12 Jul 2017 22:56:26 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2017 22:56:26 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B962E84A56; Wed, 12 Jul 2017 22:56:23 +0000 (UTC) Date: Wed, 12 Jul 2017 22:56:25 +0000 To: "commits@beam.apache.org" Subject: [beam-site] 02/05: Update to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: mergebot-role@apache.org Reply-To: "commits@beam.apache.org" In-Reply-To: <149990018379.10549.393967586402425807@gitbox.apache.org> References: <149990018379.10549.393967586402425807@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: beam-site X-Git-Refname: refs/heads/mergebot X-Git-Reftype: branch X-Git-Rev: c1fe617c4c63fde5a1b422dbdd0a5254e5567754 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20170712225624.B962E84A56@gitbox.apache.org> archived-at: Wed, 12 Jul 2017 22:56:29 -0000 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 c1fe617c4c63fde5a1b422dbdd0a5254e5567754 Author: Maria Garcia Herrero AuthorDate: Wed Jul 12 08:27:55 2017 -0700 Update to latest version --- src/contribute/ptransform-style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contribute/ptransform-style-guide.md b/src/contribute/ptransform-style-guide.md index 71b9860..933e31c 100644 --- a/src/contribute/ptransform-style-guide.md +++ b/src/contribute/ptransform-style-guide.md @@ -172,8 +172,8 @@ Data processing is tricky, full of corner cases, and difficult to debug, because Do: * Generally, follow the rules of [semantic versioning](http://semver.org/). -* If the API of the transform is not yet stable, annotate it as `@Experimental` (Java) or `@experimental` ([python](https://beam.apache.org/documentation/sdks/pydoc/0.6.0/apache_beam.utils.html#module-apache_beam.utils.annotations)). -* If the API deprecated, annotate it as `@Deprecated` (Java) or `@deprecated` ([python](https://beam.apache.org/documentation/sdks/pydoc/0.6.0/apache_beam.utils.html#module-apache_beam.utils.annotations)). +* If the API of the transform is not yet stable, annotate it as `@Experimental` (Java) or `@experimental` ([python](https://beam.apache.org/documentation/sdks/pydoc/2.0.0/apache_beam.utils.html#module-apache_beam.utils.annotations)). +* If the API deprecated, annotate it as `@Deprecated` (Java) or `@deprecated` ([python](https://beam.apache.org/documentation/sdks/pydoc/2.0.0/apache_beam.utils.html#module-apache_beam.utils.annotations)). * 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 [semantic versioning](http://semver.org/)), it is better to wrap them in your own classes. Do not: -- To stop receiving notification emails like this one, please contact "commits@beam.apache.org" .