Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 05fb56b9 authored by Deniro StopCovid's avatar Deniro StopCovid
Browse files

Merge branch 'fix-digest-salt-values' into 'develop'

Remove non-existant value

See merge request !8
parents 9abd5cfc 988f12b7
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