فهرست منبع

HADOOP-9270. Remove a stale java comment from FileUtil. Contributed by Chris Nauroth

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-trunk-win@1441185 13f79535-47bb-0310-9956-ffa450edef68
Tsz-wo Sze 12 سال پیش
والد
کامیت
522adb1ce8

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.branch-trunk-win.txt

@@ -74,6 +74,9 @@ branch-trunk-win changes - unreleased
   HADOOP-9266. Fix javac, findbugs, and release audit warnings on
   branch-trunk-win. (Chris Nauroth via suresh)
 
+  HADOOP-9270. Remove a stale java comment from FileUtil. (Chris Nauroth via
+  szetszwo)
+
 Patch equivalent to trunk committed to branch-trunk-win
 
   HADOOP-8924. Add maven plugin alternative to shell script to save

+ 0 - 2
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileUtil.java

@@ -643,8 +643,6 @@ public class FileUtil {
     untarCommand.append("cd '");
     untarCommand.append(FileUtil.makeShellPath(untarDir)); 
     untarCommand.append("' ; ");
-
-    // Force the archive path as local on Windows as it can have a colon
     untarCommand.append("tar -xf ");
 
     if (gzipped) {