Skip to content

Commit a015c05

Browse files
author
T. Ismael Verdugo
committed
fix: arg number in comment reference to method
1 parent 65aff58 commit a015c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cryptomarket/sdk/rest/CryptomarketRestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ public Order replaceSpotOrder(
956956
@Nullable Boolean strictValidate) throws CryptomarketSDKException;
957957

958958
/**
959-
* @see #replaceSpotOrder(String, String, String, String, Boolean)
959+
* @see #replaceSpotOrder(String, String, String, String, String, Boolean)
960960
* @param paramsBuilder
961961
* @throws CryptomarketSDKException
962962
*/

0 commit comments

Comments
 (0)