You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2018/01/17 14:29:01 UTC

[1/2] activemq-artemis git commit: ARTEMIS-1615 Duplicate TypedProperties::checkCreateProperties

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 785deb79f -> 9171d86ab


ARTEMIS-1615 Duplicate TypedProperties::checkCreateProperties


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

Branch: refs/heads/master
Commit: 57e93ff9d06d9a80bc296194085ffba7879603d2
Parents: 785deb7
Author: Francesco Nigro <ni...@gmail.com>
Authored: Wed Jan 17 15:21:10 2018 +0100
Committer: Francesco Nigro <ni...@gmail.com>
Committed: Wed Jan 17 15:21:10 2018 +0100

----------------------------------------------------------------------
 .../apache/activemq/artemis/utils/collections/TypedProperties.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/57e93ff9/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java
----------------------------------------------------------------------
diff --git a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java
index 56beb76..25c3638 100644
--- a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java
+++ b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java
@@ -95,7 +95,6 @@ public class TypedProperties {
 
    public void putByteProperty(final SimpleString key, final byte value) {
       checkCreateProperties();
-      checkCreateProperties();
       doPutValue(key, ByteValue.valueOf(value));
    }
 


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

Posted by mi...@apache.org.
This closes #1784


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

Branch: refs/heads/master
Commit: 9171d86abf735fcb440cddef66f15a9105d2740d
Parents: 785deb7 57e93ff
Author: Michael Pearce <mi...@me.com>
Authored: Wed Jan 17 15:28:57 2018 +0100
Committer: Michael Pearce <mi...@me.com>
Committed: Wed Jan 17 15:28:57 2018 +0100

----------------------------------------------------------------------
 .../apache/activemq/artemis/utils/collections/TypedProperties.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------