[jboss-cvs] JBossCache/src/org/jboss/cache/jmx ...
Manik Surtani
manik at jboss.org
Mon Mar 12 14:13:47 EDT 2007
User: msurtani
Date: 07/03/12 14:13:47
Modified: src/org/jboss/cache/jmx CacheJmxWrapper.java
Log:
JBCACHE-1005
Revision Changes Path
1.14 +2 -3 JBossCache/src/org/jboss/cache/jmx/CacheJmxWrapper.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CacheJmxWrapper.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/jmx/CacheJmxWrapper.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- CacheJmxWrapper.java 11 Jan 2007 13:49:23 -0000 1.13
+++ CacheJmxWrapper.java 12 Mar 2007 18:13:47 -0000 1.14
@@ -48,7 +48,7 @@
private String cacheObjectName;
private boolean registeredInterceptorsInCreate;
private boolean interceptorsRegistered;
- private CacheImpl cache;
+ private CacheImpl<?, ?> cache;
private boolean selfConstructed = false;
private Configuration config;
private boolean created;
@@ -252,7 +252,6 @@
}
}
-
// -------------------------------------------------------------- MBeanRegistration
/**
More information about the jboss-cvs-commits
mailing list