Repository: tez
Updated Branches:
  refs/heads/branch-0.9.0 d1fc0d766 -> 37c505bc3 (forced update)


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/branch-0.9.0
Commit: 44074a4b9d4cb34f095bd6ab27b68cbd2fd4b455
Parents: 6777707
Author: Zhiyuan Yang <[email protected]>
Authored: Fri Jul 14 16:10:28 2017 -0700
Committer: Zhiyuan Yang <[email protected]>
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;
+
[email protected]
 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

Reply via email to