this closes #245 on factory fix
This commit is contained in:
commit
555ea4799f
|
@ -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…
Reference in New Issue