mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-19 10:08:07 +08:00
fix: deprecated methods description typos
This commit is contained in:
@@ -480,7 +480,7 @@ public class SaTokenConfig implements Serializable {
|
||||
|
||||
|
||||
/**
|
||||
* <h1> 本函数设计已过时,未来版本可能移除此函数,请及时更换为 getIsReadHead() ,使用方式保持不变 </h1>
|
||||
* <h1> 本函数设计已过时,未来版本可能移除此函数,请及时更换为 getIsReadHeader() ,使用方式保持不变 </h1>
|
||||
* @return 是否尝试从header里读取token
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -489,7 +489,7 @@ public class SaTokenConfig implements Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* <h1> 本函数设计已过时,未来版本可能移除此函数,请及时更换为 setIsReadHead() ,使用方式保持不变 </h1>
|
||||
* <h1> 本函数设计已过时,未来版本可能移除此函数,请及时更换为 setIsReadHeader() ,使用方式保持不变 </h1>
|
||||
* @param isReadHead 是否尝试从header里读取token
|
||||
* @return 对象自身
|
||||
*/
|
||||
|
Reference in New Issue
Block a user