Skip to content

Commit

Permalink
Fix sonar finding (#1908)
Browse files Browse the repository at this point in the history
Signed-off-by: Marinov Avgustin <[email protected]>
  • Loading branch information
avgustinmm authored Oct 18, 2024
1 parent f4b9f73 commit 01af3a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public abstract class AbstractServerRtException extends RuntimeException {
private static final long serialVersionUID = 1L;

private final SpServerError error;
private final Map<String, Object> info;
private final transient Map<String, Object> info;

/**
* Parameterized constructor.
Expand Down

0 comments on commit 01af3a2

Please sign in to comment.