Skip to content

Commit 562d8a4

Browse files
committed
fix checkstyle
1 parent 583099e commit 562d8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/FreezeIssuedCurrencyIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,8 @@ private AccountInfoResult adjustGlobalTrustlineFreeze(
875875
* @param issuerKeyPair The {@link KeyPair} of the trustline issuer.
876876
* @param counterpartyKeyPair The {@link KeyPair} of the trustline counterparty.
877877
* @param fee The fee to spend to get the transaction into the ledger.
878-
* @param freeze A boolean to toggle the trustline operation (i.e., {@code false} to clear both freezes and
879-
* {@code true} to set both freezes).
878+
* @param freeze A boolean to toggle the trustline operation (i.e., {@code false} to clear both freezes
879+
* and {@code true} to set both freezes).
880880
*
881881
* @return The {@link TrustLine} that was frozen/deep-frozen or unfrozen.
882882
*

0 commit comments

Comments
 (0)