X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Frestconf%2Fimpl%2Ftest%2FTestUtils.java;h=15d73e3e7a301ca5a70879a851941eab0e4b35b3;hp=c2b153f02bd27b6729dbba2a89a201a306763a99;hb=af133ce587363d0b4293f4adbb9eac32e478ecbc;hpb=a7730b0b1b7d86f270e7d2e1aff0e91e86cff125 diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/TestUtils.java b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/TestUtils.java index c2b153f02b..15d73e3e7a 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/TestUtils.java +++ b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/TestUtils.java @@ -402,7 +402,7 @@ public final class TestUtils { return interfaceBuilder.toInstance(); } - static NormalizedNode prepareNormalizedNodeWithIetfInterfacesInterfacesData() throws ParseException { + static NormalizedNode prepareNormalizedNodeWithIetfInterfacesInterfacesData() throws ParseException { String ietfInterfacesDate = "2013-07-04"; String namespace = "urn:ietf:params:xml:ns:yang:ietf-interfaces"; DataContainerNodeAttrBuilder mapEntryNode = ImmutableMapEntryNodeBuilder.create();