Skip to content

Commit ba8249f

Browse files
committed
javadoc fix
Signed-off-by: Hendrik Ebbers <[email protected]>
1 parent 853aac4 commit ba8249f

File tree

1 file changed

+1
-1
lines changed
  • abi-parser/src/main/java/com/openelements/hiero/smartcontract/abi/model

1 file changed

+1
-1
lines changed

abi-parser/src/main/java/com/openelements/hiero/smartcontract/abi/model/AbiEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private byte[] createEventSignatureHash() {
7878
}
7979

8080
/**
81-
* Returns the Keccak-256 hash of the event signature as a hexadecimal string in the format "0x<hash>".
81+
* Returns the Keccak-256 hash of the event signature as a hexadecimal string in the format {@code 0x<hash>}.
8282
* @return the Keccak-256 hash of the event signature as a hexadecimal string
8383
*/
8484
@NonNull

0 commit comments

Comments
 (0)