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/04/22 01:07:40 UTC

[43/50] curator git commit: fixed bad header

fixed bad header


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

Branch: refs/heads/CURATOR-154
Commit: c9a5c4a234efa7bb684b68452f105dc7dc3cfd09
Parents: 989f941
Author: randgalt <ra...@apache.org>
Authored: Sun Apr 19 14:20:19 2015 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sun Apr 19 14:20:19 2015 -0500

----------------------------------------------------------------------
 .../org/apache/curator/framework/imps/DeleteBuilderImpl.java  | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/c9a5c4a2/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java
----------------------------------------------------------------------
diff --git a/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java b/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java
index c067357..9db0013 100644
--- a/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java
+++ b/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java
@@ -6,9 +6,9 @@
  * 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
- * <p/>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p/>
+ *
+ *   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
@@ -16,7 +16,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-
 package org.apache.curator.framework.imps;
 
 import org.apache.curator.RetryLoop;