You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ca...@apache.org on 2015/08/23 06:40:37 UTC

[7/7] curator git commit: CURATOR-214 - Missed file.

CURATOR-214 - Missed file.


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6c5a154c
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6c5a154c
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/6c5a154c

Branch: refs/heads/CURATOR-214
Commit: 6c5a154c8cb33bc0fa62f5ad9daac8d45db50262
Parents: ba4b5d8
Author: Cam McKenzie <ca...@apache.org>
Authored: Sun Aug 23 14:40:12 2015 +1000
Committer: Cam McKenzie <ca...@apache.org>
Committed: Sun Aug 23 14:40:12 2015 +1000

----------------------------------------------------------------------
 ...rotectACLCreateModeStatPathAndBytesable.java | 25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/6c5a154c/curator-framework/src/main/java/org/apache/curator/framework/api/ProtectACLCreateModeStatPathAndBytesable.java
----------------------------------------------------------------------
diff --git a/curator-framework/src/main/java/org/apache/curator/framework/api/ProtectACLCreateModeStatPathAndBytesable.java b/curator-framework/src/main/java/org/apache/curator/framework/api/ProtectACLCreateModeStatPathAndBytesable.java
new file mode 100644
index 0000000..07638d5
--- /dev/null
+++ b/curator-framework/src/main/java/org/apache/curator/framework/api/ProtectACLCreateModeStatPathAndBytesable.java
@@ -0,0 +1,25 @@
+/**
+ * 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.curator.framework.api;
+
+public interface ProtectACLCreateModeStatPathAndBytesable<T> extends
+    ProtectACLCreateModePathAndBytesable<T>,
+    Statable<ACLBackgroundPathAndBytesable<T>>
+{
+}