Repository: curator
Updated Branches:
  refs/heads/CURATOR-2.0 cd37f64f2 -> 448259ac8


license


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

Branch: refs/heads/CURATOR-2.0
Commit: 448259ac82ee64e8b1fa817bfe1e7a8ab728c46f
Parents: cd37f64
Author: randgalt <randg...@apache.org>
Authored: Tue Jul 11 12:52:54 2017 -0500
Committer: randgalt <randg...@apache.org>
Committed: Tue Jul 11 12:52:54 2017 -0500

----------------------------------------------------------------------
 .../curator/utils/ExceptionAccumulator.java       | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/448259ac/curator-client/src/main/java/org/apache/curator/utils/ExceptionAccumulator.java
----------------------------------------------------------------------
diff --git 
a/curator-client/src/main/java/org/apache/curator/utils/ExceptionAccumulator.java
 
b/curator-client/src/main/java/org/apache/curator/utils/ExceptionAccumulator.java
index 2be2ee8..ee93ea9 100644
--- 
a/curator-client/src/main/java/org/apache/curator/utils/ExceptionAccumulator.java
+++ 
b/curator-client/src/main/java/org/apache/curator/utils/ExceptionAccumulator.java
@@ -1,3 +1,21 @@
+/**
+ * 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.utils;
 
 import com.google.common.base.Throwables;

Reply via email to