Author: omalley
Date: Mon Jul  2 23:28:21 2007
New Revision: 552688

URL: http://svn.apache.org/viewvc?view=rev&rev=552688
Log:
Fix a javadoc typo.

Modified:
    
lucene/hadoop/trunk/src/examples/org/apache/hadoop/examples/dancing/package.html

Modified: 
lucene/hadoop/trunk/src/examples/org/apache/hadoop/examples/dancing/package.html
URL: 
http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/examples/org/apache/hadoop/examples/dancing/package.html?view=diff&rev=552688&r1=552687&r2=552688
==============================================================================
--- 
lucene/hadoop/trunk/src/examples/org/apache/hadoop/examples/dancing/package.html
 (original)
+++ 
lucene/hadoop/trunk/src/examples/org/apache/hadoop/examples/dancing/package.html
 Mon Jul  2 23:28:21 2007
@@ -2,7 +2,7 @@
 <body>
 
 This package is a distributed implementation of Knuth's <a
-href="http://en.wikipedia.org/wiki/Dancing_Links>dancing links</a>
+href="http://en.wikipedia.org/wiki/Dancing_Links";>dancing links</a>
 algorithm that can run under Hadoop. It is a generic model for
 problems, such as tile placement, where all of the valid choices can
 be represented as a large sparse boolean array where the goal is to


Reply via email to