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 2015/05/11 18:17:47 UTC

[1/2] activemq-artemis git commit: Fixes URISchema setFactory(..)

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 0567e5bab -> 555ea4799


Fixes URISchema setFactory(..)


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

Branch: refs/heads/master
Commit: b346c2d4ff9cff840e4bdacc8573092f1c7c6317
Parents: 2e0cbc1
Author: Thiago Kronig <ca...@uolinc.com>
Authored: Tue May 5 14:30:03 2015 -0300
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon May 11 12:15:09 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b346c2d4/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URISchema.java
----------------------------------------------------------------------
diff --git a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URISchema.java b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URISchema.java
index 6159518..5371f95 100644
--- a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URISchema.java
+++ b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/uri/URISchema.java
@@ -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()


[2/2] activemq-artemis git commit: this closes #245 on factory fix

Posted by cl...@apache.org.
this closes #245 on factory fix


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

Branch: refs/heads/master
Commit: 555ea4799fcf5fab7ace6725f193a35747ac9433
Parents: 0567e5b b346c2d
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon May 11 12:17:27 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon May 11 12:17:27 2015 -0400

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