Browse Source

Removed reference to AttributesJmxAttributeSource

Issue: SPR-8916
pull/216/head
Juergen Hoeller 12 years ago
parent
commit
8a12b9e23f
  1. 2
      src/reference/docbook/jmx.xml

2
src/reference/docbook/jmx.xml

@ -1061,7 +1061,7 @@ public class AnnotationTestBean implements IJmxTestBean { @@ -1061,7 +1061,7 @@ public class AnnotationTestBean implements IJmxTestBean {
</bean>
<bean id="attributeSource"
class="org.springframework.jmx.export.metadata.AttributesJmxAttributeSource"/>
class="org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource"/>
</beans>]]></programlisting>

Loading…
Cancel
Save