[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
SecuredDBObject.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Tue Sep 21 22:14:16 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
In directory jcorp2.servlets.net:/tmp/cvs-serv14699/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
Modified Files:
SecuredDBObject.java
Log Message:
fixed compiler warnings
Index: SecuredDBObject.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/SecuredDBObject.java,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** SecuredDBObject.java 3 May 2004 05:00:49 -0000 1.47
--- SecuredDBObject.java 22 Sep 2004 05:14:13 -0000 1.48
***************
*** 438,442 ****
// might have just finished the job of cache creation
synchronized(SecuredDBObject.class) {
! CacheSystem cs = CacheManager.getInstance().getCacheSystem(getDataContext());
if (cs == null) {
//If cs == null this data context does not have caching installed.
--- 438,442 ----
// might have just finished the job of cache creation
synchronized(SecuredDBObject.class) {
! CacheSystem cs = CacheManager.getCacheSystem(getDataContext());
if (cs == null) {
//If cs == null this data context does not have caching installed.
***************
*** 491,495 ****
}
try {
! CacheSystem cs = CacheManager.getInstance().getCacheSystem(getDataContext());
if (cs != null) {
if (!cs.existsCache(CACHE_NAME)) {
--- 491,495 ----
}
try {
! CacheSystem cs = CacheManager.getCacheSystem(getDataContext());
if (cs != null) {
if (!cs.existsCache(CACHE_NAME)) {
More information about the cvs
mailing list