Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nkramer44 committed Nov 9, 2024
1 parent 102d035 commit 51ba23a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ default LedgerEntryType ledgerEntryType() {
* The {@link MpTokenIssuanceId} of the issuance. Only present in responses to {@code ledger_data} and
* {@code account_objects} RPC calls.
*
* @return An {@link Optional}<{@link MpTokenIssuanceId}>.
* @return An {@link Optional} {@link MpTokenIssuanceId}.
*/
Optional<MpTokenIssuanceId> mpTokenIssuanceId();
}
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static ImmutableTransactionMetadata.Builder builder() {
* The {@link MpTokenIssuanceId} of the {@link org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject} created
* via an {@link MpTokenIssuanceCreate} transaction.
*
* @return An {@link Optional}<{@link MpTokenIssuanceId}>.
* @return An {@link Optional} {@link MpTokenIssuanceId}.
*/
@JsonProperty("mpt_issuance_id")
Optional<MpTokenIssuanceId> mpTokenIssuanceId();
Expand Down

0 comments on commit 51ba23a

Please sign in to comment.