INT-2855 Fix Tail Test on Build Server

- Fix tail test
 - Fix 2 javadoc issues
This commit is contained in:
Gary Russell
2013-05-20 21:18:49 -04:00
parent 20d7c30fd0
commit ccf7492097
4 changed files with 18 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ public interface ChannelRegistry {
/**
* Create a tap on an already registered inbound channel
* @param the registered name
* @param name the registered name
* @param channel the channel that will receive messages from the tap
*/
void tap(String name, MessageChannel channel);