This closes #447

This commit is contained in:
Clebert Suconic 2016-04-11 16:50:18 -04:00
commit fbb92482b8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class URIFactory<T, P> {
schemaFactory.setFactory(this);
}
public void removeSchema(final SchemaConstants schemaName) {
public void removeSchema(final String schemaName) {
schemas.remove(schemaName);
}