Author: j16sdiz
Date: 2008-12-29 17:12:33 +0000 (Mon, 29 Dec 2008)
New Revision: 24826
Modified:
trunk/plugins/XMLSpider/db/PerstRoot.java
Log:
add()->put() again
Modified: trunk/plugins/XMLSpider/db/PerstRoot.java
===================================================================
--- trunk/plugins/XMLSpider/db/PerstRoot.java 2008-12-29 16:45:16 UTC (rev
24825)
+++ trunk/plugins/XMLSpider/db/PerstRoot.java 2008-12-29 17:12:33 UTC (rev
24826)
@@ -50,8 +50,8 @@
if (create && term == null) {
term = new Term(word, getStorage());
- md5Term.add(term);
- wordTerm.add(term);
+ md5Term.put(term);
+ wordTerm.put(term);
}
return term;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs