Skip to content

Commit

Permalink
Merge pull request #7401 from mandy-chessell/code2023
Browse files Browse the repository at this point in the history
Version 4 types
  • Loading branch information
mandy-chessell authored Feb 6, 2023
2 parents 397036f + ae8d25d commit 3b3f940
Show file tree
Hide file tree
Showing 7 changed files with 1,240 additions and 439 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ public enum RESTClientConnectorErrorCode
;


private int httpErrorCode;
private String errorMessageId;
private String errorMessage;
private String systemAction;
private String userAction;
private final int httpErrorCode;
private final String errorMessageId;
private final String errorMessage;
private final String systemAction;
private final String userAction;

private static final Logger log = LoggerFactory.getLogger(RESTClientConnectorErrorCode.class);
private static final long serialVersionUID = 1L;
Expand Down
Loading

0 comments on commit 3b3f940

Please sign in to comment.