[jboss-cvs] JBossAS SVN: r109718 - branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 6 05:47:02 EST 2010


Author: mlinhard
Date: 2010-12-06 05:47:02 -0500 (Mon, 06 Dec 2010)
New Revision: 109718

Modified:
   branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientRemoteCacheManagerTestCase.java
Log:
fixed a small typo to be able to compile

Modified: branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientRemoteCacheManagerTestCase.java
===================================================================
--- branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientRemoteCacheManagerTestCase.java	2010-12-06 08:01:21 UTC (rev 109717)
+++ branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientRemoteCacheManagerTestCase.java	2010-12-06 10:47:02 UTC (rev 109718)
@@ -136,7 +136,7 @@
 	 */
 	public void testDefaultConstructor() {
 		
-		RemoteCacheManager rcm = new RemotecacheManager() ;
+		RemoteCacheManager rcm = new RemoteCacheManager() ;
 		Properties props = rcm.getProperties() ;
 		System.out.println("defaultProperties = + + props") ;
 	}



More information about the jboss-cvs-commits mailing list