[cvs] expresso commit by lhamel: remove unused
JCorporate Ltd
jcorp at jcorporate.com
Sun Feb 20 02:54:35 UTC 2005
Log Message:
-----------
remove unused
Modified Files:
--------------
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache:
CacheManager.java
Revision Data
-------------
Index: CacheManager.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache/CacheManager.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache/CacheManager.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache/CacheManager.java -u -r1.31 -r1.32
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache/CacheManager.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache/CacheManager.java
@@ -77,7 +77,6 @@
/**
* CacheManager.java
- * <p>Copyright 1999-2002 Jcorporate Ltd.</p>
* <p/>
* Cache Manager is a general-purpose class to handle all different
* kinds of caches - it provides both "ordered" caches (stored as a
@@ -107,8 +106,6 @@
private static CacheManager theInstance = null;
- private static String thisContextPath = null;
-
/**
* The one and only log4j log class.
*/
@@ -134,7 +131,6 @@
if (!runtimeInitialized) {
cacheLists = new FastHashMap();
- thisContextPath = ConfigManager.getWebAppDir();
cacheCleaner = new CacheCleaner();
cacheLists.setFast(false);
More information about the cvs
mailing list