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 <[email protected]> Authored: Fri Sep 4 10:59:25 2015 -0400 Committer: Supun Nakandala <[email protected]> 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 { +}
