INT-1596, fixed the broken links as well as all warnings

This commit is contained in:
Oleg Zhurakousky
2010-11-09 12:17:45 -05:00
parent 8da4fae7ef
commit 1278666ed7
31 changed files with 40 additions and 259 deletions

View File

@@ -61,7 +61,6 @@ public class SimpleDynamicRouter{
}
/**
*
* @return
*/
public Map<String, String> getChannelMappings(){
return channelMappings;
@@ -69,7 +68,6 @@ public class SimpleDynamicRouter{
/**
*
* @param key
* @return
*/
public String route(Object key){
String className = key.getClass().getName();