Skip to content

Commit 5da82a1

Browse files
authored
Merge pull request #127 from binance/rc-v3.4.0_maven-release
v3.4.0 Maven Release
2 parents 2011c26 + dc6876f commit 5da82a1

File tree

1 file changed

+8
-4
lines changed
  • src/main/java/com/binance/connector/client/impl/spot

1 file changed

+8
-4
lines changed

src/main/java/com/binance/connector/client/impl/spot/Margin.java

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public Margin(String baseUrl, String apiKey, SignatureGenerator signatureGenerat
3838
/**
3939
* POST /sapi/v1/margin/borrow-repay
4040
* <br>
41-
* @param Map of String,Object pair
41+
* @param
42+
* parameters Map of String,Object pair
4243
* where String is the name of the parameter and Object is the value of the param
4344
* <br><br>
4445
* asset -- mandatory/string <br>
@@ -63,7 +64,8 @@ public String borrowRepay(Map<String, Object> parameters) {
6364
/**
6465
* GET /sapi/v1/margin/borrow-repay
6566
* <br>
66-
* @param Map of String,Object pair
67+
* @param
68+
* parameters Map of String,Object pair
6769
* where String is the name of the parameter and Object is the value of the param
6870
* <br><br>
6971
* type -- mandatory/string - BORROW or REPAY <br>
@@ -88,7 +90,8 @@ public String getBorrowRepay(Map<String, Object> parameters) {
8890
/**
8991
* GET /sapi/v1/margin/allAssets
9092
* <br>
91-
* @param Map of String,Object pair
93+
* @param
94+
* parameters Map of String,Object pair
9295
* where String is the name of the parameter and Object is the value of the param
9396
* <br><br>
9497
* asset -- optional/string <br>
@@ -104,7 +107,8 @@ public String allAssets(Map<String, Object> parameters) {
104107
/**
105108
* GET /sapi/v1/margin/allPairs
106109
* <br>
107-
* @param Map of String,Object pair
110+
* @param
111+
* parameters Map of String,Object pair
108112
* where String is the name of the parameter and Object is the value of the param
109113
* <br><br>
110114
* symbol -- optional/string <br>

0 commit comments

Comments
 (0)