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 BE504200C7D for ; Mon, 1 May 2017 18:40:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BCF81160BA0; Mon, 1 May 2017 16:40:43 +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 10BA4160BAE for ; Mon, 1 May 2017 18:40:42 +0200 (CEST) Received: (qmail 71326 invoked by uid 500); 1 May 2017 16:40:42 -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 71310 invoked by uid 99); 1 May 2017 16:40:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2017 16:40:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 21D07E0885; Mon, 1 May 2017 16:40:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lcwik@apache.org To: commits@beam.apache.org Date: Mon, 01 May 2017 16:40:43 -0000 Message-Id: <0d9de1c7b7eb4f15ab80dbb4f0c3bc42@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] beam git commit: [BEAM-2130] Ensure the options id is never null. archived-at: Mon, 01 May 2017 16:40:43 -0000 [BEAM-2130] Ensure the options id is never null. This closes #2794 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fe2a3200 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/fe2a3200 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/fe2a3200 Branch: refs/heads/master Commit: fe2a32000be87bbed1e8ae5a81a8e0368f0b0234 Parents: 8a1fab1 13435e6 Author: Luke Cwik Authored: Mon May 1 09:40:33 2017 -0700 Committer: Luke Cwik Committed: Mon May 1 09:40:33 2017 -0700 ---------------------------------------------------------------------- .../org/apache/beam/sdk/options/PipelineOptions.java | 4 ++-- .../apache/beam/sdk/options/PipelineOptionsTest.java | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) ----------------------------------------------------------------------