Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
updated javadoc example for cassandraHostConfigurator
Browse files Browse the repository at this point in the history
(cherry picked from commit 561a1cd)

Signed-off-by: Ran Tavory <rantav@gmail.com>
  • Loading branch information
zznate authored and rantav committed Apr 2, 2010
1 parent 2687509 commit b6cc83a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
* &lt;bean id="cassandraClientPoolFactory" class="me.prettyprint.cassandra.service.CassandraClientPoolFactory" factory-method="getInstance"/&gt;
*
* &lt;bean id="cassandraClientPool" factory-bean="cassandraClientPoolFactory" factory-method="createNew"&gt;
* &lt;constructor-arg&gt;
* &lt;list&gt;
* &lt;value&gt;localhost:9170&lt;/value&gt;
* &lt;/list&gt;
* &lt;/constructor-arg&gt;
* &lt;constructor-arg&gt;&lt;ref bean="cassandraHostConfigurator"/&gt;&lt;/constructor-arg&gt;
* &lt;/bean&gt;
*
* &lt;bean id="cassandraHostConfigurator" class="me.prettyprint.cassandra.service.CassandraHostConfigurator"&gt;
* &lt;constructor-arg value="localhost:9170"/&gt;
* &lt;/bean&gt;
* ...
* </pre>
Expand Down

0 comments on commit b6cc83a

Please sign in to comment.