this closes #245 on factory fix

This commit is contained in:
Clebert Suconic 2015-05-11 12:17:27 -04:00
commit 555ea4799f
1 changed files with 1 additions and 1 deletions

View File

@ -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()