mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-20 17:05:51 +00:00
Fix URIFactory.removeSchema()
This commit is contained in:
parent
5bcf5cbe17
commit
51185f5fb3
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user