From 068556b9e02413b219ddea457f448e34bdf7f32e Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Fri, 14 Oct 2011 17:53:31 +0000 Subject: [PATCH] Fix the jira number from HADOOP-7545 to HADOOP-7745. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1183445 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index bbc7f771d9..bd3938981d 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -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)