Remove redundant entry for HADOOP-7167 in CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1087097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2011-03-30 21:54:32 +00:00
parent bb4f277407
commit 6cfb84c7e6
1 changed files with 0 additions and 3 deletions

View File

@ -76,9 +76,6 @@ Trunk (unreleased changes)
HADOOP-7166. Add DaemonFactory to common. (Erik Steffl & jitendra)
HADOOP-7167. Amend previous commit under this JIRA to fix issue on
cygwin. (todd)
HADOOP-7175. Add isEnabled() to Trash. (Daryn Sharp via szetszwo)
HADOOP-7180. Better support on CommandFormat on the API and exceptions.