Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
sappenin committed Dec 3, 2024
1 parent 0b86f22 commit b5f65c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ void createTwoOraclesAndGetAggregatePrice() throws JsonRpcClientErrorException,
/**
* Get the ledger's view of clock-time by inspecting the `close_time_human` property on the most recently validated
* ledger (i.e., The time this ledger was closed, in human-readable format. Always uses the UTC time zone).
* <p>
* This value is used instead of the unix-time returned by the JVM because these two versions of time will diverge
*
* <p>This value is used instead of the unix-time returned by the JVM because these two versions of time will diverge
* when ledgers are closed very quickly, as is the case with the default ledger acceptor polling interval (see
* {@link AbstractIT#POLL_INTERVAL}).
*
Expand Down

0 comments on commit b5f65c2

Please sign in to comment.