Skip to content

Commit ee48616

Browse files
author
Igor Polevoy
committed
#264 Add ability to move a single message to another queue by ID - typo
1 parent 8db3e5e commit ee48616

File tree

1 file changed

+1
-1
lines changed
  • javalite-async/src/main/java/org/javalite/async

1 file changed

+1
-1
lines changed

javalite-async/src/main/java/org/javalite/async/Async.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ public int moveMessages(String source, String target){
605605
*
606606
* @return true if message moved
607607
*/
608-
public boolean moveMessages(String messageId, String source, String target){
608+
public boolean moveMessage(String messageId, String source, String target){
609609

610610
try {
611611
return getQueueControl(source).moveMessage(messageId, target);

0 commit comments

Comments
 (0)