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 su...@apache.org on 2011/10/14 19:53:32 UTC

svn commit: r1183445 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: suresh
Date: Fri Oct 14 17:53:31 2011
New Revision: 1183445

URL: http://svn.apache.org/viewvc?rev=1183445&view=rev
Log:
Fix the jira number from HADOOP-7545 to HADOOP-7745.

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1183445&r1=1183444&r2=1183445&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Fri Oct 14 17:53:31 2011
@@ -45,7 +45,7 @@ Trunk (unreleased changes)
     HADOOP-7737. normalize hadoop-mapreduce & hadoop-dist dist/tar build with 
     common/hdfs. (tucu)
 
-    HADOOP-7545. Fix wrong variable name in exception message introduced
+    HADOOP-7745. Fix wrong variable name in exception message introduced
     in HADOOP-7509. (Ravi Prakash via suresh)
 
     HADOOP-7743. Add Maven profile to create a full source tarball. (tucu)