BUG-272: remove empty statements
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / restconf / impl / ControllerContext.java
index 86ed13a2802bc98b4ddd9a259aa5ac1c329118e2..ad740775cd7a04ecfc5f2ddc6ba8ac7087da157e 100644 (file)
@@ -648,7 +648,7 @@ public class ControllerContext implements SchemaContextListener {
             }
 
             targetNode = this.findInstanceDataChildByNameAndNamespace(
-                                          parentNode, nodeName, module.getNamespace() );;
+                                          parentNode, nodeName, module.getNamespace() );
             if( targetNode == null ) {
                 throw new RestconfDocumentedException(
                         "URI has bad format. Possible reasons:\n" +