ARTEMIS-2148 Fixing typo where getDoubleProperty marks body as changed

This commit is contained in:
Clebert Suconic 2018-10-25 10:41:02 -04:00
parent f6fc4a58b1
commit 04e278cd15
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}