Skip to content

Commit

Permalink
DE Proxy Service - fix sonatype-lift findings
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Bucur <[email protected]>
  • Loading branch information
Alexandra Bucur committed Nov 8, 2022
1 parent 636b92b commit 4064c93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ProcessingStateEvent extends DataEngineEventHeader {
* Sets the serial version ID
* @param serialVersionUID the serial version ID
*/
private long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;

/**
* The processing state.
Expand Down

0 comments on commit 4064c93

Please sign in to comment.