mirror of https://github.com/apache/activemq.git
Polished
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d5a758666
commit
b0bf0a2593
|
@ -75,7 +75,7 @@ public class WebConsoleStarter implements ServletContextListener {
|
|||
context.stop();
|
||||
context.destroy();
|
||||
}
|
||||
// do nothing, since the context is destoyed anyway
|
||||
// do nothing, since the context is destroyed anyway
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -29,9 +29,6 @@ import org.springframework.web.servlet.mvc.Controller;
|
|||
|
||||
/**
|
||||
* Copies a message from one to another queue
|
||||
*
|
||||
* @author <a href="http://www.nighttale.net">Dejan Bosanac</a>
|
||||
*
|
||||
*/
|
||||
public class CopyMessage extends DestinationFacade implements Controller {
|
||||
private String messageId;
|
||||
|
|
|
@ -29,9 +29,6 @@ import org.springframework.web.servlet.mvc.Controller;
|
|||
|
||||
/**
|
||||
* Moves a message from one to another queue
|
||||
*
|
||||
* @author <a href="http://www.nighttale.net">Dejan Bosanac</a>
|
||||
*
|
||||
*/
|
||||
public class MoveMessage extends DestinationFacade implements Controller {
|
||||
private String messageId;
|
||||
|
@ -62,8 +59,6 @@ public class MoveMessage extends DestinationFacade implements Controller {
|
|||
public void setMessageId(String messageId) {
|
||||
this.messageId = messageId;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public String getDestination() {
|
||||
return destination;
|
||||
|
|
|
@ -31,8 +31,6 @@ import org.springframework.web.servlet.mvc.Controller;
|
|||
|
||||
/**
|
||||
* Sends a message
|
||||
*
|
||||
*
|
||||
*/
|
||||
public class SendMessage extends DestinationFacade implements Controller {
|
||||
|
||||
|
|
Loading…
Reference in New Issue