Removed reference to AttributesJmxAttributeSource

Issue: SPR-8916
This commit is contained in:
Juergen Hoeller 2013-01-18 13:42:21 +01:00
parent d55877ccf2
commit 8a12b9e23f
1 changed files with 1 additions and 1 deletions

View File

@ -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>