Ignore Junit failures after dom.codec.impl removal
[transportpce.git] / networkmodel / src / test / java / org / opendaylight / transportpce / networkmodel / util / test / JsonUtil.java
index ada76cbb195b95af6a0f59dd1cd9b33eabbf4e8e..3be693f1242e7c91f1576e056889ab84a5958b4b 100644 (file)
@@ -53,8 +53,7 @@ public final class JsonUtil {
             throw new IllegalStateException("Failed to load schema context");
         }
         // Create the binding binding normalized node codec registry
-        BindingRuntimeContext bindingContext =
-                BindingRuntimeHelpers.createRuntimeContext();
+        BindingRuntimeContext bindingContext = BindingRuntimeHelpers.createRuntimeContext();
         codecRegistry = new CurrentAdapterSerializer(new BindingCodecContext(bindingContext));
     }