NO-JIRA Remove redundant modifiers
This commit is contained in:
parent
38229dcbd0
commit
eb582a676f
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue