mirror of https://github.com/apache/activemq.git
Fix NPE
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@638870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f9fdea41f
commit
38d433a34a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue