Author: j16sdiz
Date: 2008-10-21 08:45:44 +0000 (Tue, 21 Oct 2008)
New Revision: 23011
Modified:
trunk/plugins/KeyExplorer/KeyExplorer.java
Log:
unused variable
Modified: trunk/plugins/KeyExplorer/KeyExplorer.java
===================================================================
--- trunk/plugins/KeyExplorer/KeyExplorer.java 2008-10-19 13:32:27 UTC (rev
23010)
+++ trunk/plugins/KeyExplorer/KeyExplorer.java 2008-10-21 08:45:44 UTC (rev
23011)
@@ -51,8 +51,6 @@
private PluginRespirator m_pr;
private PageMaker m_pm;
- private HashMap getters = new HashMap();
-
public String handleHTTPGet(HTTPRequest request) throws
PluginHTTPException {
String uri = request.getParam("key");
String type = request.getParam("type");