Skip to content

Commit

Permalink
Accept PR javadoc change
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia committed Oct 5, 2023
1 parent d8028c7 commit dd8f8e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Calculated : ${currentHash}
tasks.register('checkAPIChanges', FileStateChecker) {
description = "Checks that the API for the Plugin-API project does not change without deliberate thought"
files = sourceSets.main.allJava.files
knownHash = '2WWOxGwwXQbbG4F7EpyxWRNQ0TfKWK0i7vKRfLK3SGE='
knownHash = 'IPqcFdM1uy+ZDbcvzsKxMIrzhP9VoaSeanhBOLtbhfE='
}
check.dependsOn('checkAPIChanges')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public interface TransactionProcessingResult {
long getGasRemaining();

/**
* Returns the estimate gas used by the transaction, the difference between the transactions gas limit and the
* remaining gas
* Returns the estimate gas used by the transaction, the difference between the transactions gas
* limit and the remaining gas
*
* @return the estimate gas used
*/
Expand Down

0 comments on commit dd8f8e2

Please sign in to comment.