Skip to content

Commit 648b530

Browse files
committed
Update violations
1 parent d07ac8e commit 648b530

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/main/java/xyz/subho/clone/twitter/model/ErrorResponse.java

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,30 @@ public ErrorResponse(Integer statusCode, Date timestamp, String message, String
4040
this.description = description;
4141
}
4242

43-
/** @return the statusCode */
43+
/**
44+
* @return the statusCode
45+
*/
4446
public Integer getStatusCode() {
4547
return statusCode;
4648
}
4749

48-
/** @return the timestamp */
50+
/**
51+
* @return the timestamp
52+
*/
4953
public Date getTimestamp() {
5054
return timestamp;
5155
}
5256

53-
/** @return the message */
57+
/**
58+
* @return the message
59+
*/
5460
public String getMessage() {
5561
return message;
5662
}
5763

58-
/** @return the description */
64+
/**
65+
* @return the description
66+
*/
5967
public String getDescription() {
6068
return description;
6169
}

0 commit comments

Comments
 (0)