You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by sz...@apache.org on 2010/09/16 22:55:07 UTC

svn commit: r997922 - /hadoop/hdfs/trunk/CHANGES.txt

Author: szetszwo
Date: Thu Sep 16 20:55:06 2010
New Revision: 997922

URL: http://svn.apache.org/viewvc?rev=997922&view=rev
Log:
Fix a typo for my last commit: HDFS-1320 should be HDFS-1383 in CHANGES.txt 

Modified:
    hadoop/hdfs/trunk/CHANGES.txt

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=997922&r1=997921&r2=997922&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Thu Sep 16 20:55:06 2010
@@ -129,7 +129,7 @@ Trunk (unreleased changes)
     HDFS-1395. Add @Override to FSDataset methods that implement
     FSDatasetInterface methods. (suresh)
 
-    HDFS-1320. Improve the error messages when using hftp://.  (szetszwo)
+    HDFS-1383. Improve the error messages when using hftp://.  (szetszwo)
 
   OPTIMIZATIONS