Browse Source

Merge branch '6.0.x'

pull/30891/head
Sam Brannen 3 years ago
parent
commit
2e3fbac9a0
  1. 2
      spring-context/src/main/java/org/springframework/jmx/export/MBeanExporter.java

2
spring-context/src/main/java/org/springframework/jmx/export/MBeanExporter.java

@ -232,7 +232,6 @@ public class MBeanExporter extends MBeanRegistrationSupport implements MBeanExpo @@ -232,7 +232,6 @@ public class MBeanExporter extends MBeanRegistrationSupport implements MBeanExpo
* @throws IllegalArgumentException if the supplied value is not resolvable
* to one of the {@code AUTODETECT_} constants or is {@code null}
* @see #setAutodetectMode(int)
* @see #getAutodetectMode()
* @see #AUTODETECT_ALL
* @see #AUTODETECT_ASSEMBLER
* @see #AUTODETECT_MBEAN
@ -250,7 +249,6 @@ public class MBeanExporter extends MBeanRegistrationSupport implements MBeanExpo @@ -250,7 +249,6 @@ public class MBeanExporter extends MBeanRegistrationSupport implements MBeanExpo
* @throws IllegalArgumentException if the supplied value is not
* one of the {@code AUTODETECT_} constants
* @see #setAutodetectModeName(String)
* @see #getAutodetectMode()
* @see #AUTODETECT_ALL
* @see #AUTODETECT_ASSEMBLER
* @see #AUTODETECT_MBEAN

Loading…
Cancel
Save