[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
CacheUtils.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Tue Sep 21 22:15:01 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-serv14727/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
Modified Files:
CacheUtils.java
Log Message:
fixed compiler warnings
Index: CacheUtils.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/CacheUtils.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CacheUtils.java 6 May 2004 09:16:34 -0000 1.3
--- CacheUtils.java 22 Sep 2004 05:14:59 -0000 1.4
***************
*** 54,58 ****
CacheManager cm = CacheManager.getInstance();
! CacheSystem cs = cm.getCacheSystem(theDBObj.getDataContext());
if (cs == null) {
return;
--- 54,58 ----
CacheManager cm = CacheManager.getInstance();
! CacheSystem cs = CacheManager.getCacheSystem(theDBObj.getDataContext());
if (cs == null) {
return;
***************
*** 116,120 ****
CacheManager cm = CacheManager.getInstance();
! CacheSystem cs = cm.getCacheSystem(theDBObj.getDataContext());
if (cs == null) {
return;
--- 116,120 ----
CacheManager cm = CacheManager.getInstance();
! CacheSystem cs = CacheManager.getCacheSystem(theDBObj.getDataContext());
if (cs == null) {
return;
More information about the cvs
mailing list