Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 57142200CD4 for ; Sat, 15 Jul 2017 01:11:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5570316EB38; Fri, 14 Jul 2017 23:11:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9D7DD16EB37 for ; Sat, 15 Jul 2017 01:11:17 +0200 (CEST) Received: (qmail 13907 invoked by uid 500); 14 Jul 2017 23:11:16 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 13898 invoked by uid 99); 14 Jul 2017 23:11:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2017 23:11:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 28145E967F; Fri, 14 Jul 2017 23:11:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhiyuany@apache.org To: commits@tez.apache.org Message-Id: <2807ab7bf906445bbf7b6762d3fddcd3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-3798. Remove duplicate package-info.java (zhiyuany) Date: Fri, 14 Jul 2017 23:11:15 +0000 (UTC) archived-at: Fri, 14 Jul 2017 23:11:18 -0000 Repository: tez Updated Branches: refs/heads/master 6777707fb -> 44074a4b9 TEZ-3798. Remove duplicate package-info.java (zhiyuany) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/44074a4b Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/44074a4b Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/44074a4b Branch: refs/heads/master Commit: 44074a4b9d4cb34f095bd6ab27b68cbd2fd4b455 Parents: 6777707 Author: Zhiyuan Yang Authored: Fri Jul 14 16:10:28 2017 -0700 Committer: Zhiyuan Yang Committed: Fri Jul 14 16:10:28 2017 -0700 ---------------------------------------------------------------------- .../apache/tez/common/MRFrameworkConfigs.java | 3 +++ .../org/apache/tez/common/package-info.java | 22 -------------------- 2 files changed, 3 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/44074a4b/tez-mapreduce/src/main/java/org/apache/tez/common/MRFrameworkConfigs.java ---------------------------------------------------------------------- diff --git a/tez-mapreduce/src/main/java/org/apache/tez/common/MRFrameworkConfigs.java b/tez-mapreduce/src/main/java/org/apache/tez/common/MRFrameworkConfigs.java index 0ea7730..6831b52 100644 --- a/tez-mapreduce/src/main/java/org/apache/tez/common/MRFrameworkConfigs.java +++ b/tez-mapreduce/src/main/java/org/apache/tez/common/MRFrameworkConfigs.java @@ -20,6 +20,9 @@ package org.apache.tez.common; +import org.apache.hadoop.classification.InterfaceAudience; + +@InterfaceAudience.Private public class MRFrameworkConfigs { /** http://git-wip-us.apache.org/repos/asf/tez/blob/44074a4b/tez-mapreduce/src/main/java/org/apache/tez/common/package-info.java ---------------------------------------------------------------------- diff --git a/tez-mapreduce/src/main/java/org/apache/tez/common/package-info.java b/tez-mapreduce/src/main/java/org/apache/tez/common/package-info.java deleted file mode 100644 index 88a5e86..0000000 --- a/tez-mapreduce/src/main/java/org/apache/tez/common/package-info.java +++ /dev/null @@ -1,22 +0,0 @@ -/** - * 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. - */ - -@Private -package org.apache.tez.common; - -import org.apache.hadoop.classification.InterfaceAudience.Private; \ No newline at end of file