diff --git a/xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/PriceOracleIT.java b/xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/PriceOracleIT.java index a177baa96..5bd056fba 100644 --- a/xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/PriceOracleIT.java +++ b/xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/PriceOracleIT.java @@ -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). - *
- * This value is used instead of the unix-time returned by the JVM because these two versions of time will diverge + * + *
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}). *