Skip to content

Commit

Permalink
WW-5070 Generates a new serialVersionUID
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Apr 27, 2020
1 parent 19c71ff commit 333f781
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
*/
public class JSONResult implements Result {

private static final long serialVersionUID = 233903199020467341L;

private static final Logger LOG = LogManager.getLogger(JSONResult.class);

/**
Expand Down

0 comments on commit 333f781

Please sign in to comment.