INT-1596, fixed the broken links as well as all warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user