[jboss-cvs] JBoss Messaging SVN: r6306 - trunk/examples/jms/durable.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 3 12:39:25 EDT 2009


Author: gaohoward
Date: 2009-04-03 12:39:25 -0400 (Fri, 03 Apr 2009)
New Revision: 6306

Modified:
   trunk/examples/jms/durable/readme.html
Log:
minor readme correction


Modified: trunk/examples/jms/durable/readme.html
===================================================================
--- trunk/examples/jms/durable/readme.html	2009-04-03 16:38:28 UTC (rev 6305)
+++ trunk/examples/jms/durable/readme.html	2009-04-03 16:39:25 UTC (rev 6306)
@@ -16,7 +16,7 @@
      <ol>
         <li>First we need to get an initial context so we can look-up the JMS connection factory and destination objects from JNDI. This initial context will get it's properties from the <code>client-jndi.properties</code> file in the directory <code>../common/config</code></li>
         <pre>
-           <code>InitialContext initialContext = getContext();</code>
+           <code>initialContext = getContext();</code>
         </pre>
 
         <li>We look-up the JMS topic object from JNDI</li>




More information about the jboss-cvs-commits mailing list