Skip to content

Commit a8ccae2

Browse files
committed
AYS-444 | JavaDoc Has Been Fixed
1 parent 878e302 commit a8ccae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/ays/common/model/response/AysResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class AysResponse<T> {
4141

4242

4343
/**
44-
* A pre-defined success response with no content.
44+
* A success response with no content.
4545
*/
4646
public static <T> AysResponse<T> success() {
4747
return AysResponse.<T>builder()

0 commit comments

Comments
 (0)