diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt
index 2ee9c405ea..81d8960376 100644
--- a/hadoop-mapreduce-project/CHANGES.txt
+++ b/hadoop-mapreduce-project/CHANGES.txt
@@ -41,6 +41,8 @@ Trunk (unreleased changes)
(tucu)
BUG FIXES
+ MAPREDUCE-3412. Fix 'ant docs'. (amarrk)
+
MAPREDUCE-3346. [Rumen] LoggedTaskAttempt#getHostName() returns null.
(amarrk)
diff --git a/hadoop-mapreduce-project/build.xml b/hadoop-mapreduce-project/build.xml
index a8b4618268..9df60e98bb 100644
--- a/hadoop-mapreduce-project/build.xml
+++ b/hadoop-mapreduce-project/build.xml
@@ -932,10 +932,6 @@
Hadoop comes configured with a single mandatory queue, called
'default'. Queue names are defined in the
mapred.queue.names
property of the Hadoop site
- configuration. Some job schedulers, such as the
- Capacity Scheduler,
- support multiple queues.
A job defines the queue it needs to be submitted to through the
mapreduce.job.queuename
property.