This commit is contained in:
Justin Bertram 2018-10-25 09:53:30 -05:00
commit 8099ded5db
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);
}