mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-20 17:05:51 +00:00
Fixes URISchema setFactory(..)
This commit is contained in:
parent
2e0cbc122d
commit
b346c2d4ff
@ -53,7 +53,7 @@ public abstract class URISchema<T, P>
|
||||
|
||||
void setFactory(URIFactory<T, P> factory)
|
||||
{
|
||||
this.parentFactory = parentFactory;
|
||||
this.parentFactory = factory;
|
||||
}
|
||||
|
||||
protected URIFactory<T, P> getFactory()
|
||||
|
Loading…
x
Reference in New Issue
Block a user