git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@638870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-03-19 15:26:18 +00:00
parent 2f9fdea41f
commit 38d433a34a
1 changed files with 1 additions and 1 deletions

View File

@ -66,9 +66,9 @@ public abstract class AbstractTempRegion extends AbstractRegion {
}
};
this.purgeTimer.schedule(purgeTask, purgeTime, purgeTime);
}
this.purgeTimer.schedule(purgeTask, purgeTime, purgeTime);
}
public void stop() throws Exception {