Removed reference to AttributesJmxAttributeSource

Issue: SPR-8916
This commit is contained in:
Juergen Hoeller
2013-01-18 13:42:53 +01:00
parent ebbcc4d9fb
commit 57bf64364f

View File

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