Skip to content

Commit 57bf643

Browse files
committed
Removed reference to AttributesJmxAttributeSource
Issue: SPR-8916
1 parent ebbcc4d commit 57bf643

File tree

1 file changed

+5
-5
lines changed
  • spring-framework-reference/src

1 file changed

+5
-5
lines changed

spring-framework-reference/src/jmx.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class JmxTestBean implements IJmxTestBean {
7777
public void setAge(int age) {
7878
this.age = age;
7979
}
80-
80+
8181
public void setName(String name) {
8282
this.name = name;
8383
}
@@ -213,7 +213,7 @@ public class JmxTestBean implements IJmxTestBean {
213213
]]><lineannotation>&lt;!-- search for the <interfacename>MBeanServer</interfacename> instance with the given agentId --&gt;</lineannotation><![CDATA[
214214
<property name="agentId" value="]]><emphasis><![CDATA[<MBeanServer instance agentId>]]></emphasis><![CDATA["/>
215215
</bean>
216-
216+
217217
<bean id="exporter" class="org.springframework.jmx.export.MBeanExporter">
218218
<property name="server" ref="mbeanServer"/>
219219
...
@@ -230,9 +230,9 @@ public class JmxTestBean implements IJmxTestBean {
230230
]]><lineannotation>&lt;!-- Custom <literal>MBeanServerLocator</literal> --&gt;</lineannotation><![CDATA[
231231
<bean class="platform.package.MBeanServerLocator" factory-method="locateMBeanServer"/>
232232
</property>
233-
233+
234234
]]><lineannotation>&lt;!-- other beans here --&gt;</lineannotation><![CDATA[
235-
235+
236236
</bean>
237237
</beans>]]></programlisting>
238238
</section>
@@ -1058,7 +1058,7 @@ public class AnnotationTestBean implements IJmxTestBean {
10581058
</bean>
10591059
10601060
<bean id="attributeSource"
1061-
class="org.springframework.jmx.export.metadata.AttributesJmxAttributeSource"/>
1061+
class="org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource"/>
10621062
10631063
</beans>]]></programlisting>
10641064

0 commit comments

Comments
 (0)