mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 18:28:49 +00:00
AbstractHafasClientInterfaceProvider: Suppress deprecation warning for usage of Hashing.md5().
This commit is contained in:
parent
e1dae13874
commit
95352d70e1
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ public abstract class AbstractHafasClientInterfaceProvider extends AbstractHafas
|
|||
private byte[] requestMicMacSalt;
|
||||
|
||||
private static final String SERVER_PRODUCT = "hci";
|
||||
@SuppressWarnings("deprecation")
|
||||
private static final HashFunction MD5 = Hashing.md5();
|
||||
private static final BaseEncoding HEX = BaseEncoding.base16().lowerCase();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue