mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-04-26 10:58:58 -05:00
Testing jenkins and sonarqube
This commit is contained in:
@@ -28,8 +28,8 @@ public enum Payload {
|
||||
RECOMMENDED_MOVIES_FOUND(50, "Recommended movies found."),
|
||||
RECOMMENDED_MOVIES_NOT_FOUND(51, "Recommended movies not found.");
|
||||
|
||||
final private int code;
|
||||
final private String reason;
|
||||
private final int code;
|
||||
private final String reason;
|
||||
private Object extras;
|
||||
|
||||
Payload(int code, String reason) {
|
||||
|
||||
Reference in New Issue
Block a user