mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1461595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed6c472601
commit
e1d4a0f986
|
@ -444,7 +444,7 @@ public class PooledConnectionFactory implements ConnectionFactory, Service {
|
|||
/**
|
||||
* @return the number of milliseconds to sleep between runs of the idle connection eviction thread.
|
||||
*/
|
||||
public long setTimeBetweenExpirationCheckMillis() {
|
||||
public long getTimeBetweenExpirationCheckMillis() {
|
||||
return this.connectionsPool.getTimeBetweenEvictionRunsMillis();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue