Repository: curator Updated Branches: refs/heads/master 1e06f4062 -> 716fb4aa4
license Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/716fb4aa Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/716fb4aa Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/716fb4aa Branch: refs/heads/master Commit: 716fb4aa44c27ef83f5c3f224197a9ff4c9e09b0 Parents: 1e06f40 Author: randgalt <[email protected]> Authored: Tue Jul 11 12:52:33 2017 -0500 Committer: randgalt <[email protected]> Committed: Tue Jul 11 12:52:33 2017 -0500 ---------------------------------------------------------------------- .../curator/utils/ExceptionAccumulator.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/716fb4aa/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;
