Add missing @Override

This commit is contained in:
Ville Skyttä 2016-09-25 21:13:08 +03:00
parent 67ce44fc0d
commit 775862ee72
1 changed files with 1 additions and 0 deletions

View File

@ -1259,6 +1259,7 @@ public class ServerSessionImpl implements ServerSession, FailureListener {
return send(getCurrentTransaction(), message, direct, noAutoCreateQueue);
}
@Override
public RoutingStatus send(Transaction tx, final ServerMessage message, final boolean direct, boolean noAutoCreateQueue) throws Exception {
// If the protocol doesn't support flow control, we have no choice other than fail the communication