git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-09-20 15:52:34 +00:00
parent 9aced62c4c
commit f7abc1fd1e
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}