Author: j16sdiz
Date: 2008-12-19 16:04:46 +0000 (Fri, 19 Dec 2008)
New Revision: 24615
Modified:
trunk/plugins/XMLLibrarian/XMLLibrarian.java
Log:
unused method / variable
Modified: trunk/plugins/XMLLibrarian/XMLLibrarian.java
===================================================================
--- trunk/plugins/XMLLibrarian/XMLLibrarian.java 2008-12-19 16:04:32 UTC
(rev 24614)
+++ trunk/plugins/XMLLibrarian/XMLLibrarian.java 2008-12-19 16:04:46 UTC
(rev 24615)
@@ -90,7 +90,6 @@
private String configfile = "XMLLibrarian.xml";
private String DEFAULT_FILE = "index.xml";
- private volatile boolean goon = true;
private PluginRespirator pr;
private String word ;
private boolean processingWord ;
@@ -106,7 +105,6 @@
private HashMap<String, String[]> indexList = new HashMap<String,
String[]>();
public void terminate() {
- goon = false;
}
public String handleHTTPPost(HTTPRequest request) throws
PluginHTTPException {
@@ -662,16 +660,7 @@
e.printStackTrace();
}
}
- private boolean Contains(String str, Vector<URIWrapper> keyuris){
- if(keyuris.size() > 0){
- for(int i = 0; i<keyuris.size();i++){
- if(str.equals(((keyuris.elementAt(i)).URI)))
return true;
- }
- return false;
- }
- else return false;
- }
-
+
private FreenetURI getSubIndex(String word) {
if(word == null) return null;
try {
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs