Skip to content

Commit

Permalink
CORE-16615: update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyang-r3 committed Sep 25, 2023
1 parent c158c91 commit aa6aeba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public interface UtxoLedgerService {

/**
* Finds unconsumed states and subclasses of the states of the specified {@link ContractState} type and its subclasses in the vault.
* Only use this if you really care about catching all child classes. {@link findUnconsumedStatesByExactType} performs better for exact-matching use cases.
* Only use this if you really care about catching all child classes. {@link #findUnconsumedStatesByExactType(Class<T>)} performs better for exact-matching use cases.
*
* @param <T> The underlying {@link ContractState} type.
* @param type The {@link ContractState} type to find in the vault.
Expand Down

0 comments on commit aa6aeba

Please sign in to comment.