From 12b8d9823d7041c32a9c74bf34a10f5f22ad0d4f Mon Sep 17 00:00:00 2001
From: Eli Collins
Date: Tue, 12 Jul 2011 01:35:56 +0000
Subject: [PATCH] Fix missing close paragraph tag in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1145424 13f79535-47bb-0310-9956-ffa450edef68
---
.../docs/src/documentation/content/xdocs/mapred_tutorial.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mapreduce/src/docs/src/documentation/content/xdocs/mapred_tutorial.xml b/mapreduce/src/docs/src/documentation/content/xdocs/mapred_tutorial.xml
index 813acb1eda3..3d1bdab66e6 100644
--- a/mapreduce/src/docs/src/documentation/content/xdocs/mapred_tutorial.xml
+++ b/mapreduce/src/docs/src/documentation/content/xdocs/mapred_tutorial.xml
@@ -552,7 +552,7 @@
and others.
Finally, we will wrap up by discussing some useful features of the
- framework such as the DistributedCache
.
+ framework such as the DistributedCache
.