Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / OF10QueueGetConfigReplyMessageFactory.java
index db0d2e3d308ca2ee5866aa92307c872e9bffff0b..b1ecb6638d4a21ba6e72c9bfd580ca951eafca51 100644 (file)
@@ -48,7 +48,7 @@ public class OF10QueueGetConfigReplyMessageFactory implements OFSerializer<GetQu
                 queuePropertyBuff.writeShort(EncodeConstants.EMPTY_LENGTH);
                 queuePropertyBuff.writeZero(4);
                 if (queueProperty.getProperty() == QueueProperties.OFPQTMINRATE) {
-                    RateQueueProperty body = queueProperty.getAugmentation(RateQueueProperty.class);
+                    RateQueueProperty body = queueProperty.augmentation(RateQueueProperty.class);
                     queuePropertyBuff.writeShort(body.getRate().intValue());
                     queuePropertyBuff.writeZero(QUEUE_PROPERTY_PADDING);
                 }