You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/04/11 22:50:25 UTC

[1/2] activemq-artemis git commit: Fix URIFactory.removeSchema()

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5bcf5cbe1 -> fbb92482b


Fix URIFactory.removeSchema()


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/51185f5f
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/51185f5f
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/51185f5f

Branch: refs/heads/master
Commit: 51185f5fb38e170aed1d0b9b90f9c5bac4414507
Parents: 5bcf5cb
Author: Ville Skyttä <vi...@iki.fi>
Authored: Sun Apr 10 09:01:22 2016 +0300
Committer: Ville Skyttä <vi...@iki.fi>
Committed: Sun Apr 10 09:01:22 2016 +0300

----------------------------------------------------------------------
 .../java/org/apache/activemq/artemis/utils/uri/URIFactory.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/51185f5f/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URIFactory.java
----------------------------------------------------------------------
diff --git a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URIFactory.java b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URIFactory.java
index ca31e8f..1e54b5f 100644
--- a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URIFactory.java
+++ b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URIFactory.java
@@ -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);
    }
 


[2/2] activemq-artemis git commit: This closes #447

Posted by cl...@apache.org.
This closes #447


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/fbb92482
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/fbb92482
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/fbb92482

Branch: refs/heads/master
Commit: fbb92482b8e3d823662eea23d59e70a9fe08ff3c
Parents: 5bcf5cb 51185f5
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Apr 11 16:50:18 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Apr 11 16:50:18 2016 -0400

----------------------------------------------------------------------
 .../java/org/apache/activemq/artemis/utils/uri/URIFactory.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------