geirm 2003/10/26 02:45:35
Modified: src/java/org/apache/velocity/runtime/resource
ResourceManagerImpl.java
Log:
removed unused class member and import
Revision Changes Path
1.8 +1 -14
jakarta-velocity/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java
Index: ResourceManagerImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ResourceManagerImpl.java 4 May 2003 17:24:31 -0000 1.7
+++ ResourceManagerImpl.java 26 Oct 2003 10:45:35 -0000 1.8
@@ -55,7 +55,6 @@
*/
import java.util.ArrayList;
-import java.util.Hashtable;
import java.util.Vector;
import java.io.InputStream;
@@ -120,18 +119,6 @@
* <loader-id>.resource.loader.<property> = <value>
*/
private ArrayList sourceInitializerList = new ArrayList();
-
- /**
- * This is a map of public name of the template
- * stream source to it's initializer. This is so
- * that clients of velocity can set properties of
- * a template source stream with its public name.
- * So for example, a client could set the
- * File.resource.path property and this would
- * change the resource.path property for the
- * file template stream source.
- */
- private Hashtable sourceInitializerMap = new Hashtable();
/**
* Each loader needs a configuration object for
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]