[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/buddyreplication ...

Manik Surtani manik at jboss.org
Mon Mar 12 14:13:48 EDT 2007


  User: msurtani
  Date: 07/03/12 14:13:48

  Modified:    tests/functional/org/jboss/cache/buddyreplication 
                        BuddyReplicationConfigTest.java
  Log:
  JBCACHE-1005
  
  Revision  Changes    Path
  1.14      +1 -1      JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationConfigTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyReplicationConfigTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationConfigTest.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- BuddyReplicationConfigTest.java	11 Jan 2007 13:49:22 -0000	1.13
  +++ BuddyReplicationConfigTest.java	12 Mar 2007 18:13:48 -0000	1.14
  @@ -62,7 +62,7 @@
   
      public void testXmlConfig() throws Exception
      {
  -      CacheImpl cache = (CacheImpl) DefaultCacheFactory.getInstance().createCache(false);
  +      CacheImpl<?, ?> cache = (CacheImpl) DefaultCacheFactory.getInstance().createCache(false);
         cache.setConfiguration(new XmlConfigurationParser().parseFile("META-INF/buddyreplication-service.xml"));
         cache.create();
         BuddyManager bm = cache.getBuddyManager();
  
  
  



More information about the jboss-cvs-commits mailing list