Repository: hadoop Updated Branches: refs/heads/trunk d07e873b7 -> 2fa01f823
HDDS-744. Fix ASF license warning in PipelineNotFoundException class. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2fa01f82 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2fa01f82 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2fa01f82 Branch: refs/heads/trunk Commit: 2fa01f823c631c9a8617aa32937e1a0ba8fc5317 Parents: d07e873 Author: Nanda kumar <[email protected]> Authored: Sat Oct 27 16:51:08 2018 +0530 Committer: Nanda kumar <[email protected]> Committed: Sat Oct 27 16:51:08 2018 +0530 ---------------------------------------------------------------------- .../scm/pipeline/PipelineNotFoundException.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2fa01f82/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineNotFoundException.java ---------------------------------------------------------------------- diff --git a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineNotFoundException.java b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineNotFoundException.java index 4568379..2a89aab 100644 --- a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineNotFoundException.java +++ b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineNotFoundException.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.hadoop.hdds.scm.pipeline; import java.io.IOException; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
