Author: j16sdiz
Date: 2009-01-03 07:18:44 +0000 (Sat, 03 Jan 2009)
New Revision: 24895
Modified:
trunk/plugins/XMLSpider/IndexWriter.java
Log:
doh
Modified: trunk/plugins/XMLSpider/IndexWriter.java
===================================================================
--- trunk/plugins/XMLSpider/IndexWriter.java 2009-01-03 07:18:34 UTC (rev
24894)
+++ trunk/plugins/XMLSpider/IndexWriter.java 2009-01-03 07:18:44 UTC (rev
24895)
@@ -296,7 +296,7 @@
Element wordElement =
xmlDoc.createElement("word");
wordElement.setAttribute("v", term.getWord());
if (DEBUG)
- wordElement.setAttribute("debug:md5",
term.getMD5());
+ wordElement.setAttribute("debugMd5",
term.getMD5());
count++;
estimateSize += 12;
estimateSize += term.getWord().length();
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs