NO-JIRA Remove redundant modifiers

This commit is contained in:
Otavio R. Piske 2019-02-20 21:00:30 +01:00 committed by Clebert Suconic
parent 38229dcbd0
commit eb582a676f
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ public interface ClientSession extends XAResource, AutoCloseable {
* *
* @see ClientSession#addressQuery(SimpleString) * @see ClientSession#addressQuery(SimpleString)
*/ */
public interface AddressQuery { interface AddressQuery {
/** /**
* Returns <code>true</code> if the binding exists, <code>false</code> else. * Returns <code>true</code> if the binding exists, <code>false</code> else.
@ -87,7 +87,7 @@ public interface ClientSession extends XAResource, AutoCloseable {
* *
* @see ClientSession#queueQuery(SimpleString) * @see ClientSession#queueQuery(SimpleString)
*/ */
public interface QueueQuery { interface QueueQuery {
/** /**
* Returns <code>true</code> if the queue exists, <code>false</code> else. * Returns <code>true</code> if the queue exists, <code>false</code> else.