From commits-return-1153-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Mon Jan 22 16:01:00 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 2EC8C180609 for ; Mon, 22 Jan 2018 16:01:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1E308160C54; Mon, 22 Jan 2018 15:01:00 +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 69E01160C4E for ; Mon, 22 Jan 2018 16:00:59 +0100 (CET) Received: (qmail 11435 invoked by uid 500); 22 Jan 2018 15:00:58 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 11418 invoked by uid 99); 22 Jan 2018 15:00:58 -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; Mon, 22 Jan 2018 15:00:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CD8E481FA2; Mon, 22 Jan 2018 15:00:55 +0000 (UTC) Date: Mon, 22 Jan 2018 15:01:02 +0000 To: "commits@fineract.apache.org" Subject: [fineract-cn-lang] 07/49: Handled null case. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: myrle@apache.org In-Reply-To: <151663325509.14804.2883341681694436220@gitbox.apache.org> References: <151663325509.14804.2883341681694436220@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: fineract-cn-lang X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Rev: 614183f3293ebd81a7d612f5adc9211455281206 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180122150055.CD8E481FA2@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. myrle pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-lang.git commit 614183f3293ebd81a7d612f5adc9211455281206 Author: myrle-krantz AuthorDate: Tue Apr 4 20:10:51 2017 +0200 Handled null case. --- .../java/io/mifos/core/lang/validation/CheckApplicationName.java | 3 +++ .../io/mifos/core/lang/validation/ValidApplicationNameTest.java | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/src/main/java/io/mifos/core/lang/validation/CheckApplicationName.java b/src/main/java/io/mifos/core/lang/validation/CheckApplicationName.java index ad07d66..74f9d76 100644 --- a/src/main/java/io/mifos/core/lang/validation/CheckApplicationName.java +++ b/src/main/java/io/mifos/core/lang/validation/CheckApplicationName.java @@ -29,6 +29,9 @@ public class CheckApplicationName implements ConstraintValidator