Author: xor Date: 2008-11-03 23:58:35 +0000 (Mon, 03 Nov 2008) New Revision: 23302
Removed: trunk/plugins/FMSPlugin/WotImporter.java Log: We do not need that class anymore because we will not import from WoT but rather use its database. Deleted: trunk/plugins/FMSPlugin/WotImporter.java =================================================================== --- trunk/plugins/FMSPlugin/WotImporter.java 2008-11-03 23:22:49 UTC (rev 23301) +++ trunk/plugins/FMSPlugin/WotImporter.java 2008-11-03 23:58:35 UTC (rev 23302) @@ -1,26 +0,0 @@ -/* This code is part of Freenet. It is distributed under the GNU General - * Public License, version 2 (or at your option any later version). See - * http://www.gnu.org/ for further details of the GPL. */ -package plugins.FMSPlugin; - -import freenet.pluginmanager.FredPluginTalker; -import freenet.support.SimpleFieldSet; -import freenet.support.api.Bucket; - -/** - * @author saces - * - */ -public class WotImporter implements FredPluginTalker { - - void importAll() { - - } - - public void onReply(String pluginname, String indentifier, - SimpleFieldSet params, Bucket data) { - // TODO Auto-generated method stub - - } - -}
