git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1461595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-03-27 14:19:36 +00:00
parent ed6c472601
commit e1d4a0f986
1 changed files with 1 additions and 1 deletions

View File

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