NO-JIRA Fix field access

This commit is contained in:
Michael André Pearce 2019-01-18 00:33:22 +00:00
parent a26608d34a
commit 1f1aacc7ca
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ import org.apache.activemq.artemis.utils.BufferHelper;
public class CreateSharedQueueMessage_V2 extends CreateSharedQueueMessage {
private RoutingType routingType;
Integer maxConsumers;
Boolean purgeOnNoConsumers;
private Integer maxConsumers;
private Boolean purgeOnNoConsumers;
private Boolean exclusive;
private Boolean lastValue;
private SimpleString lastValueKey;