Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / customrpc / RpcMapping.java
index 2edab7e0a7cb2a98f280478be9d7554cf3bc3ed1..a1faa4495069910ee3d0b99a9cf3994a03935033 100644 (file)
@@ -76,7 +76,7 @@ class RpcMapping {
         private final XmlElement xmlElement;
         private final int hashCode;
 
-        private Request(final XmlElement element) {
+        Request(final XmlElement element) {
             this.xmlElement = element;
             hashCode = XmlUtil.toString(element)
                     .replaceAll("message-id=.*(>| )", "") //message id is variable, remove it