ARTEMIS-2148 Fixing typo where getDoubleProperty marks body as changed
This commit is contained in:
parent
f6fc4a58b1
commit
04e278cd15
|
@ -985,7 +985,6 @@ public class CoreMessage extends RefCountMessage implements ICoreMessage {
|
|||
|
||||
@Override
|
||||
public Double getDoubleProperty(final SimpleString key) throws ActiveMQPropertyConversionException {
|
||||
messageChanged();
|
||||
checkProperties();
|
||||
return properties.getDoubleProperty(key);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue