Fix outdated reference in ArtemisConfigurationCustomizer javadoc

See gh-19503
This commit is contained in:
Ochieng Olanga 2020-01-01 12:36:22 +03:00 committed by Stephane Nicoll
parent a684ab8726
commit c6f7d12270
1 changed files with 2 additions and 2 deletions

View File

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