Skip to content

Commit 9a2be51

Browse files
committed
Fix method/function rename
Signed-off-by: Antony Denyer <git@antonydenyer.co.uk>
1 parent eac5a0f commit 9a2be51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Calculated : ${currentHash}
6464
tasks.register('checkAPIChanges', FileStateChecker) {
6565
description = "Checks that the API for the Plugin-API project does not change without deliberate thought"
6666
files = sourceSets.main.allJava.files
67-
knownHash = 'miSpHvvb+ISITeebuvpzXOHgWik1uW9UqxlUGXQYU1k='
67+
knownHash = 'nYb32ASSettoae0o+E+aOhGv7BvkRTXWr8/PlWlWmEA='
6868
}
6969
check.dependsOn('checkAPIChanges')
7070

plugin-api/src/main/java/org/hyperledger/besu/plugin/services/RpcEndpointService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface RpcEndpointService extends BesuService {
3737
* <p>The resulting endpoint is the {@code namespace} and the {@code functionName} concatenated
3838
* with an underscore to create the JSON-RPC method name.
3939
*
40-
* <p>The method takes a {@link PluginRpcRequest} which contains a list of the inputs expressed
40+
* <p>The function takes a {@link PluginRpcRequest} which contains a list of the inputs expressed
4141
* entirely as strings. Javascript numbers are converted to strings via their toString method, and
4242
* complex input objects are not supported.
4343
*

0 commit comments

Comments
 (0)