Skip to content

Commit 0854ed7

Browse files
author
Pedro Pablo Bustamante Barrera
committed
doc: fix doctrings
1 parent 90efb66 commit 0854ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/cryptomarket/params/ParamsBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ public ParamsBuilder currencyListOrAsterisc(@Nullable List<String> currencies) {
917917
/**
918918
* Adds a group_transaction param to the ParamBuilder.
919919
*
920-
* @param status A SubAccountStatus type
920+
* @param asGroupTransactions Flag indicating whether the returned transactions will be parts of a single operation
921921
* @return The ParamsBuilder
922922
*/
923923
public ParamsBuilder GroupTransactions(Boolean asGroupTransactions) {

src/main/java/com/cryptomarket/sdk/websocket/CryptomarketWSWalletClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public void getTransactions(
201201
@Nullable Boolean groupTransactions);
202202

203203
/**
204-
* @see #getTransactions(BiConsumer, List, List, List, List, List, Sort, SortBy,
204+
* @see #getTransactions(BiConsumer, List, List, List, List, List, Sort, OrderBy,
205205
* String, String, Integer, Integer, Integer, Integer)
206206
* @param resultBiConsumer
207207
* @param paramsBuilder

0 commit comments

Comments
 (0)