mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
Fixing a potential null pointer exception when attempting to use scheduler support with replicated levelDB, which is currently not supported. (cherry picked from commit 130455c925786c4bf3333e59240ff0789b9d026f)
This commit is contained in:
parent
70a49b0fa2
commit
5488d8a030
@ -46,7 +46,7 @@ abstract class ProxyLevelDBStore extends LockableServiceSupport with BrokerServi
|
||||
}
|
||||
|
||||
def createJobSchedulerStore():JobSchedulerStore = {
|
||||
return proxy_target.createJobSchedulerStore()
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
def setDirectory(dir: File) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user