Untangle BindingCodecContext/BindingNormalizedNodeCodecRegistry
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom / codec / impl / BindingNormalizedNodeCodecRegistry.java
index 6a7f94b8135adc4d4243cd09543f04b0475a7456..3fcf645351065acb43b4fab300c63a0e60dc00cc 100644 (file)
@@ -90,7 +90,7 @@ public class BindingNormalizedNodeCodecRegistry implements DataObjectSerializerR
             return;
         }
 
-        final BindingCodecContext updated = new BindingCodecContext(context, this);
+        final BindingCodecContext updated = new BindingCodecContext(context);
         if (!UPDATER.compareAndSet(this, current, updated)) {
             LOG.warn("Concurrent update of runtime context (expected={} current={}) detected at ", current,
                 codecContext, new Throwable());