Skip to content

Commit ac17a6a

Browse files
committed
formatting of apiClient
1 parent 88a9b83 commit ac17a6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/Invokers/ApiClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ public class ApiClient {
149149
public String responseCode;
150150

151151
/**
152-
* Use this field <b>ONLY IF</b> you have more than one instance of ApiClient.
153-
* This field should <b>NOT</b> be used/accessed for a singleton object.
154-
*/
152+
* Use this field <b>ONLY IF</b> you have more than one instance of ApiClient.
153+
* This field should <b>NOT</b> be used/accessed for a singleton object.
154+
*/
155155
public String status;
156156

157157
public MerchantConfig merchantConfig;

0 commit comments

Comments
 (0)