mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-31 10:21:53 +08:00
fix: 修改了函数名拼写
This commit is contained in:
@@ -22,7 +22,7 @@ public enum OAuth2GrantTypeEnum {
|
||||
|
||||
private final String grantType;
|
||||
|
||||
public static OAuth2GrantTypeEnum getByGranType(String grantType) {
|
||||
public static OAuth2GrantTypeEnum getByGrantType(String grantType) {
|
||||
return ArrayUtil.firstMatch(o -> o.getGrantType().equals(grantType), values());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user