remove some javadoc warn

This commit is contained in:
gtully 2013-10-23 11:34:47 +01:00
parent 85bc9ce9d0
commit ae1da749b7
2 changed files with 1 additions and 3 deletions

View File

@ -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) {

View File

@ -45,8 +45,6 @@ public class CommandShellOutputFormatter implements OutputFormatter {
/**
* Retrieve the output stream being used by the formatter
*
* @return
*/
public OutputStream getOutputStream() {
return outputStream;