You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sh...@apache.org on 2015/09/04 16:59:32 UTC

[2/2] 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/2640e89a
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/2640e89a
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/2640e89a

Branch: refs/heads/master
Commit: 2640e89a29f0aaa7346a937729823e081824c74a
Parents: a8eff3e
Author: Shameera Rathanyaka <sh...@gmail.com>
Authored: Fri Sep 4 10:59:25 2015 -0400
Committer: Shameera Rathanyaka <sh...@gmail.com>
Committed: Fri Sep 4 10:59:25 2015 -0400

----------------------------------------------------------------------
 .../airavata/common/utils/ZkConstants.java      | 24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/2640e89a/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 {
+}