Skip to content

Commit 3cfcbb6

Browse files
author
Omari Sopromadze
committed
sonar
1 parent e8646bd commit 3cfcbb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/sopromadze/blogapi/exception/ResponseEntityErrorException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public class ResponseEntityErrorException extends RuntimeException {
88
private static final long serialVersionUID = -3156815846745801694L;
99

10-
private ResponseEntity<ApiResponse> apiResponse;
10+
private transient ResponseEntity<ApiResponse> apiResponse;
1111

1212
public ResponseEntityErrorException(ResponseEntity<ApiResponse> apiResponse) {
1313
this.apiResponse = apiResponse;

0 commit comments

Comments
 (0)