Bump upstreams
[netconf.git] / plugins / netconf-client-mdsal / src / test / java / org / opendaylight / netconf / client / mdsal / impl / SchemalessRpcStructureTransformerTest.java
index 1b9ffa76bed61e04051cd08dbc450fed672d5d08..a2ceb77bcc7d280ab043189e0c2cace1d680483e 100644 (file)
@@ -95,7 +95,7 @@ public class SchemalessRpcStructureTransformerTest {
 
     @Test
     public void testCreateEditConfigStructure() throws Exception {
-        DOMSourceAnyxmlNode data = Builders.anyXmlBuilder()
+        final var data = Builders.anyXmlBuilder()
                 .withNodeIdentifier(createNodeId(path.getLastPathArgument().getNodeType().getLocalName()))
                 .withValue(source)
                 .build();