Repository: activemq-artemis
Updated Branches:
  refs/heads/master 67ce44fc0 -> 5f6aee118


Add missing @Override


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/775862ee
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/775862ee
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/775862ee

Branch: refs/heads/master
Commit: 775862ee72984a31b130427d4e0c9af3afe68859
Parents: 67ce44f
Author: Ville Skyttä <ville.sky...@iki.fi>
Authored: Sun Sep 25 21:13:08 2016 +0300
Committer: Ville Skyttä <ville.sky...@iki.fi>
Committed: Sun Sep 25 21:13:08 2016 +0300

----------------------------------------------------------------------
 .../apache/activemq/artemis/core/server/impl/ServerSessionImpl.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/775862ee/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
----------------------------------------------------------------------
diff --git 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
index 3ccfd16..091c35c 100644
--- 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
+++ 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
@@ -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

Reply via email to