Skip to content

Commit

Permalink
KeyUsage: add serialVersionUID.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgonzal committed Jun 5, 2024
1 parent 7575c23 commit b7bf1a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jpos/src/main/java/org/jpos/security/KeyUsage.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
*/
public class KeyUsage implements Serializable {

private static final long serialVersionUID = -5504819939017756749L;

protected static final Map<String, KeyUsage> TR31MAP = new LinkedHashMap<>();

/**
Expand Down

0 comments on commit b7bf1a1

Please sign in to comment.