Skip to content

Commit 83e4c73

Browse files
committed
fix more javadoc errors
1 parent ea07299 commit 83e4c73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lombok.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
lombok.addGeneratedAnnotation = false
1+
lombok.getter.noIsPrefix = true
2+
lombok.addLombokGeneratedAnnotation = true

src/main/java/ug/sparkpl/momoapi/network/ResponseException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public ResponseException(final Response response) {
1717
/**
1818
* response.
1919
*
20-
* @return
20+
* @return Response
2121
*/
2222
public Response response() {
2323
return response;

0 commit comments

Comments
 (0)