BAEL-2755 - minor improvements
This commit is contained in:
parent
3deeefe910
commit
23e3e6c708
|
@ -4,7 +4,7 @@ public class NullRouter implements Router {
|
|||
|
||||
@Override
|
||||
public void route(Message msg) {
|
||||
// routing to /dev/null
|
||||
// do nothing
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ public class SmsRouter implements Router {
|
|||
|
||||
@Override
|
||||
public void route(Message msg) {
|
||||
System.out.println("Routing to a SMS gate. Msg: " + msg);
|
||||
System.out.println("Routing to a SMS gateway. Msg: " + msg);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue