Skip to content

Commit

Permalink
ARTEMIS-1615 Duplicate TypedProperties::checkCreateProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
franz1981 committed Jan 17, 2018
1 parent 785deb7 commit 57e93ff
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -94,7 +94,6 @@ public void putBooleanProperty(final SimpleString key, final boolean value) {
}

public void putByteProperty(final SimpleString key, final byte value) {
checkCreateProperties();
checkCreateProperties();
doPutValue(key, ByteValue.valueOf(value));
}
Expand Down

0 comments on commit 57e93ff

Please sign in to comment.