Fixes URISchema setFactory(..)

This commit is contained in:
Thiago Kronig 2015-05-05 14:30:03 -03:00 committed by Clebert Suconic
parent 2e0cbc122d
commit b346c2d4ff

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