Lower visibility to package
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / rpc / InvokeRpcMessage.java
index 7a5fcf95504470749cf23da87c690d5e96c8bbf3..70e2f44cb464cad6bc986e952541f2efe6227aab 100644 (file)
@@ -29,7 +29,7 @@ public class InvokeRpcMessage implements Serializable {
         this.normalizedNodeMessage = normalizedNodeMessage;
     }
 
-    private SchemaPathMessage getSchemaPathMessage() {
+    SchemaPathMessage getSchemaPathMessage() {
         return schemaPathMessage;
     }