Merge pull request #312 from kytrun/patch-1

fix: deprecated methods description typos
This commit is contained in:
click33 2022-09-22 15:49:48 +08:00 committed by GitHub
commit 415a5c77b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 对象自身
*/