Fix outdated reference in ArtemisConfigurationCustomizer javadoc
See gh-19503
This commit is contained in:
parent
a684ab8726
commit
c6f7d12270
|
@ -17,12 +17,12 @@
|
|||
package org.springframework.boot.autoconfigure.jms.artemis;
|
||||
|
||||
import org.apache.activemq.artemis.core.config.Configuration;
|
||||
import org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS;
|
||||
import org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ;
|
||||
|
||||
/**
|
||||
* Callback interface that can be implemented by beans wishing to customize the Artemis
|
||||
* JMS server {@link Configuration} before it is used by an auto-configured
|
||||
* {@link EmbeddedJMS} instance.
|
||||
* {@link EmbeddedActiveMQ} instance.
|
||||
*
|
||||
* @author Eddú Meléndez
|
||||
* @author Phillip Webb
|
||||
|
|
Loading…
Reference in New Issue