Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 988f12b7 authored by Redford StopCovid's avatar Redford StopCovid
Browse files

Remove non-existant value

parent 4a032080
No related branches found
No related tags found
1 merge request!8Remove non-existant value
......@@ -7,8 +7,7 @@ public enum DigestSaltEnum {
HELLO((byte)0x01),
STATUS((byte)0x02),
UNREGISTER((byte)0x03),
REGISTER((byte)0x04),
DELETE_HISTORY((byte)0x05);
DELETE_HISTORY((byte)0x04);
private final byte salt;
private static Map map = new HashMap<>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment