mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
31a0c077b8
To prevent making `dumpCheckpoints` part of the public API a new interface, `InternalCordaRPCOps` has been created and the function has been moved there. `InternalCordaRPCOps` inherits from `CordaRPCOps`. `CordaRPCOpsImpl` now implements `InternalCordaRPCOps`. `RunShellCommand` and `StringToMethodCallParser` required additional changes due to issues handling inherited functions. This has only been raised now due to `InternalCordaRPCOps` inheriting from `CordaRPCOps`. Many classes have had references to `CordaRPCOps` changed to `InternalCordaRPCOps`. |
||
---|---|---|
.. | ||
src | ||
build.gradle |