[jboss-cvs] JBossAS SVN: r110342 - branches/JBPAPP_5_1_datagrid/testsuite/src/resources/cluster/datagrid.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 12 17:09:54 EST 2011


Author: rachmatowicz at jboss.com
Date: 2011-01-12 17:09:54 -0500 (Wed, 12 Jan 2011)
New Revision: 110342

Modified:
   branches/JBPAPP_5_1_datagrid/testsuite/src/resources/cluster/datagrid/hotrod-client.properties
Log:
Eliminate spaces at the end of property fields


Modified: branches/JBPAPP_5_1_datagrid/testsuite/src/resources/cluster/datagrid/hotrod-client.properties
===================================================================
--- branches/JBPAPP_5_1_datagrid/testsuite/src/resources/cluster/datagrid/hotrod-client.properties	2011-01-12 21:28:14 UTC (rev 110341)
+++ branches/JBPAPP_5_1_datagrid/testsuite/src/resources/cluster/datagrid/hotrod-client.properties	2011-01-12 22:09:54 UTC (rev 110342)
@@ -8,6 +8,6 @@
 infinispan.client.hotrod.async_executor_factory=org.jboss.test.cluster.datagrid.hotrod.HotRodTestExecutorFactory
 infinispan.client.hotrod.default_executor_factory.pool_size=20
 infinispan.client.hotrod.default_executor_factory.queue_size=200000
-infinispan.client.hotrod.hash_function_impl.1=org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1			
-infinispan.client.hotrod.key_size_estimate=128            
-infinispan.client.hotrod.value_size_estimate=1024
\ No newline at end of file
+infinispan.client.hotrod.hash_function_impl.1=org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
+infinispan.client.hotrod.key_size_estimate=128
+infinispan.client.hotrod.value_size_estimate=1024



More information about the jboss-cvs-commits mailing list