mirror of https://github.com/apache/activemq.git
remove some javadoc warn
This commit is contained in:
parent
85bc9ce9d0
commit
ae1da749b7
|
@ -53,7 +53,7 @@ public class AmqMessagesQueryFilter extends AbstractQueryFilter {
|
|||
/**
|
||||
* Create a JMS message query filter
|
||||
*
|
||||
* @param brokerUrl - broker url to connect to
|
||||
* @param connectionFactory - to connect with
|
||||
* @param destination - JMS destination to query
|
||||
*/
|
||||
public AmqMessagesQueryFilter(ConnectionFactory connectionFactory, Destination destination) {
|
||||
|
|
|
@ -45,8 +45,6 @@ public class CommandShellOutputFormatter implements OutputFormatter {
|
|||
|
||||
/**
|
||||
* Retrieve the output stream being used by the formatter
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public OutputStream getOutputStream() {
|
||||
return outputStream;
|
||||
|
|
Loading…
Reference in New Issue