This is an automated email from the ASF dual-hosted git repository.
randgalt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git
The following commit(s) were added to refs/heads/master by this push:
new 1b23f26 Added missing headers from CURATOR-569
1b23f26 is described below
commit 1b23f2628952b4b831c0aefddbf9bccc21ab6af4
Author: randgalt <[email protected]>
AuthorDate: Fri May 15 15:03:52 2020 -0500
Added missing headers from CURATOR-569
---
.../java/org/apache/curator/framework/imps/ProtectedUtils.java | 7 +++----
.../test/java/org/apache/curator/framework/imps/TestCreate.java | 7 +++----
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git
a/curator-framework/src/main/java/org/apache/curator/framework/imps/ProtectedUtils.java
b/curator-framework/src/main/java/org/apache/curator/framework/imps/ProtectedUtils.java
index a5489f2..09569c4 100644
---
a/curator-framework/src/main/java/org/apache/curator/framework/imps/ProtectedUtils.java
+++
b/curator-framework/src/main/java/org/apache/curator/framework/imps/ProtectedUtils.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 com.google.common.annotations.VisibleForTesting;
diff --git
a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestCreate.java
b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestCreate.java
index dcc0dda..3236574 100644
---
a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestCreate.java
+++
b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestCreate.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.framework.CuratorFramework;