NO-JIRA Fix Javadoc @link syntax in ActiveMQServerConsumerPlugin

Fixes Javadoc warning "Javadoc: Missing closing brace for inline tag"
This commit is contained in:
Sebastian Thomschke 2020-01-29 17:21:53 +01:00 committed by GitHub
parent 0be433ee73
commit c117976e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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