Skip to content

Commit 5acc7d7

Browse files
committed
indentation fix
1 parent 87365cb commit 5acc7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/cybersource-java-template/libraries/okhttp-gson/ApiResponse.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class ApiResponse<T> {
1919
/**
2020
* @param statusCode The status code of HTTP response
2121
* @param headers The headers of HTTP response
22-
* @param message The status message of HTTP response
22+
* @param message The status message of HTTP response
2323
*/
2424
public ApiResponse(int statusCode, Map<String, List<String>> headers, String message) {
2525
this(statusCode, headers, message, null);
@@ -28,7 +28,7 @@ public class ApiResponse<T> {
2828
/**
2929
* @param statusCode The status code of HTTP response
3030
* @param headers The headers of HTTP response
31-
* @param message The status message of HTTP response
31+
* @param message The status message of HTTP response
3232
* @param data The object deserialized from response body
3333
*/
3434
public ApiResponse(int statusCode, Map<String, List<String>> headers, String message, T data) {

0 commit comments

Comments
 (0)