fixed mistake in jmx docs (SPR-977)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3813 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Costin Leau
2010-12-15 15:13:23 +00:00
parent 35cf6226de
commit 0e94956e1e
+1 -1
View File
@@ -1196,7 +1196,7 @@ public class AnnotationTestBean implements IJmxTestBean {
below:</para>
<programlisting language="xml"><![CDATA[<bean id="clientConnector" class="org.springframework.jmx.support.MBeanServerConnectionFactoryBean">
<property name="serviceUrl" value="service:jmx:rmi://localhost:9875"/>
<property name="serviceUrl" value="service:jmx:rmi://localhost/jndi/rmi://localhost:1099/jmxrmi"/>
</bean>]]></programlisting>
</section>