You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cm...@apache.org on 2014/08/27 22:52:26 UTC

git commit: fix extra line added to CHANGES.txt in HDFS-6902 cherry-pick

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 01b2c9b15 -> 4afd04a09


fix extra line added to CHANGES.txt in HDFS-6902 cherry-pick


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4afd04a0
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4afd04a0
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4afd04a0

Branch: refs/heads/branch-2
Commit: 4afd04a09faf7bed9d596f0e66f7360c3172d4a9
Parents: 01b2c9b
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Wed Aug 27 13:51:54 2014 -0700
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
Committed: Wed Aug 27 13:51:54 2014 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/4afd04a0/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 4d3d07e..c206874 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -301,8 +301,6 @@ Release 2.6.0 - UNRELEASED
 
     HDFS-6892. Add XDR packaging method for each NFS request (brandonli)
 
-    HDFS-6938. Cleanup javac warnings in FSNamesystem (Charles Lamb via wheat9)
-
     HDFS-6902. FileWriter should be closed in finally block in
     BlockReceiver#receiveBlock() (Tsuyoshi OZAWA via Colin Patrick McCabe)