NO-JIRA Fix Javadoc @link syntax in ActiveMQServerConsumerPlugin
Fixes Javadoc warning "Javadoc: Missing closing brace for inline tag"
This commit is contained in:
parent
0be433ee73
commit
c117976e3a
|
@ -37,7 +37,7 @@ public interface ActiveMQServerConsumerPlugin extends ActiveMQServerBasePlugin {
|
|||
* @param supportLargeMessage
|
||||
* @throws ActiveMQException
|
||||
*
|
||||
* @deprecated use {@link #beforeCreateConsumer(long, QueueBinding, SimpleString, boolean, boolean)
|
||||
* @deprecated use {@link #beforeCreateConsumer(long, QueueBinding, SimpleString, boolean, boolean)}
|
||||
*/
|
||||
@Deprecated
|
||||
default void beforeCreateConsumer(long consumerID, SimpleString queueName, SimpleString filterString,
|
||||
|
|
Loading…
Reference in New Issue