ARTEMIS-1615 Duplicate TypedProperties::checkCreateProperties
This commit is contained in:
parent
785deb79f8
commit
57e93ff9d0
|
@ -94,7 +94,6 @@ public class TypedProperties {
|
|||
}
|
||||
|
||||
public void putByteProperty(final SimpleString key, final byte value) {
|
||||
checkCreateProperties();
|
||||
checkCreateProperties();
|
||||
doPutValue(key, ByteValue.valueOf(value));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue