Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27AC818DA9 for ; Sat, 5 Sep 2015 07:05:50 +0000 (UTC) Received: (qmail 15769 invoked by uid 500); 5 Sep 2015 07:05:50 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 15647 invoked by uid 500); 5 Sep 2015 07:05:50 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 15345 invoked by uid 99); 5 Sep 2015 07:05:49 -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; Sat, 05 Sep 2015 07:05:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62E69E0997; Sat, 5 Sep 2015 07:05:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: scnakandala@apache.org To: commits@airavata.apache.org Date: Sat, 05 Sep 2015 07:05:55 -0000 Message-Id: <4002bdbc99e448edb68835b7400d6639@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/16] airavata git commit: Readded ZkConstants.java class to repo Readded ZkConstants.java class to repo Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/43628adb Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/43628adb Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/43628adb Branch: refs/heads/master Commit: 43628adbb1a3af227fedc57a7c30be481f9b43a0 Parents: 8ba6817 Author: Shameera Rathanyaka Authored: Fri Sep 4 10:59:25 2015 -0400 Committer: Supun Nakandala Committed: Sat Sep 5 12:24:22 2015 +0530 ---------------------------------------------------------------------- .../airavata/common/utils/ZkConstants.java | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/43628adb/modules/commons/src/main/java/org/apache/airavata/common/utils/ZkConstants.java ---------------------------------------------------------------------- diff --git a/modules/commons/src/main/java/org/apache/airavata/common/utils/ZkConstants.java b/modules/commons/src/main/java/org/apache/airavata/common/utils/ZkConstants.java new file mode 100644 index 0000000..afa5d33 --- /dev/null +++ b/modules/commons/src/main/java/org/apache/airavata/common/utils/ZkConstants.java @@ -0,0 +1,24 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ +package org.apache.airavata.common.utils; + +public interface ZkConstants { +}