diff --git a/src/main/java/com/binance/connector/client/impl/spot/Margin.java b/src/main/java/com/binance/connector/client/impl/spot/Margin.java index 05292aa..ea87860 100644 --- a/src/main/java/com/binance/connector/client/impl/spot/Margin.java +++ b/src/main/java/com/binance/connector/client/impl/spot/Margin.java @@ -38,7 +38,8 @@ public Margin(String baseUrl, String apiKey, SignatureGenerator signatureGenerat /** * POST /sapi/v1/margin/borrow-repay *
- * @param Map of String,Object pair + * @param + * parameters Map of String,Object pair * where String is the name of the parameter and Object is the value of the param *

* asset -- mandatory/string
@@ -63,7 +64,8 @@ public String borrowRepay(Map parameters) { /** * GET /sapi/v1/margin/borrow-repay *
- * @param Map of String,Object pair + * @param + * parameters Map of String,Object pair * where String is the name of the parameter and Object is the value of the param *

* type -- mandatory/string - BORROW or REPAY
@@ -88,7 +90,8 @@ public String getBorrowRepay(Map parameters) { /** * GET /sapi/v1/margin/allAssets *
- * @param Map of String,Object pair + * @param + * parameters Map of String,Object pair * where String is the name of the parameter and Object is the value of the param *

* asset -- optional/string
@@ -104,7 +107,8 @@ public String allAssets(Map parameters) { /** * GET /sapi/v1/margin/allPairs *
- * @param Map of String,Object pair + * @param + * parameters Map of String,Object pair * where String is the name of the parameter and Object is the value of the param *

* symbol -- optional/string