Skip to content

Commit fcf475b

Browse files
author
Christopher Eteka
committed
Remove unwanted DOC
1 parent 75faafd commit fcf475b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paystack-domain/src/main/java/io/github/chriseteka/paystackclient/domain/response/EmptyDataResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @param status This is the status of the response
77
* @param message This is the message attached to the response
88
*
9-
* @apiNote This response contains no typed data. Hence, the data() field is always null.
9+
* <br/>This response contains no typed data. Hence, the data() field is always null.
1010
*/
1111
public record EmptyDataResponse(boolean status, String message) implements PaystackSingleResponse<Object> {
1212
@Override

0 commit comments

Comments
 (0)