Rename AugmentatioNodeContext
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom / codec / impl / BindingCodecContext.java
index 702036b509b2f6a33fe8a2c6a290e241ce0d1712..0a247f31102d11e2832c48e63a9b3e38015a4afb 100644 (file)
@@ -283,7 +283,7 @@ public final class BindingCodecContext extends AbstractBindingNormalizedNodeSeri
              * Compatibility case: if it's determined the node belongs to augmentation
              * then insert augmentation path argument in between.
              */
-            if (nextNode instanceof AugmentationNodeContext<?> augmContext) {
+            if (nextNode instanceof AugmentationCodecContext<?> augmContext) {
                 if (bindingArguments != null) {
                     bindingArguments.add(augmContext.bindingArg());
                 }