mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix method
This commit is contained in:
parent
9b58b8295a
commit
ca927176d1
@ -71,6 +71,6 @@ public class AlgorithmUtil {
|
||||
* @return JWT算法ID
|
||||
*/
|
||||
private static String getIdByAlgorithm(String algorithm) {
|
||||
return map.getInverse().get(algorithm);
|
||||
return map.getKey(algorithm);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user