mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2925 - PooledConnection.getConnection()
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9aced62c4c
commit
f7abc1fd1e
|
@ -151,7 +151,7 @@ public class PooledConnection implements TopicConnection, QueueConnection, Enhan
|
|||
// Implementation methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
ActiveMQConnection getConnection() throws JMSException {
|
||||
public ActiveMQConnection getConnection() throws JMSException {
|
||||
assertNotClosed();
|
||||
return pool.getConnection();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue