📝 fix Javadoc typo

This commit is contained in:
hahahaha123567
2021-03-01 15:23:32 +08:00
committed by GitHub
parent da512ff53d
commit e46c6c1995
2 changed files with 4 additions and 4 deletions

View File

@ -274,9 +274,9 @@ public interface WxCpService extends WxService {
void initHttp();
/**
* 获取WxMpConfigStorage 对象
* 获取WxCpConfigStorage 对象
*
* @return WxMpConfigStorage wx cp config storage
* @return WxCpConfigStorage wx cp config storage
*/
WxCpConfigStorage getWxCpConfigStorage();

View File

@ -308,9 +308,9 @@ public interface WxCpTpService {
void initHttp();
/**
* 获取WxMpConfigStorage 对象.
* 获取WxCpTpConfigStorage 对象.
*
* @return WxMpConfigStorage wx cp tp config storage
* @return WxCpTpConfigStorage wx cp tp config storage
* @deprecated storage应该在service内部使用 ,提供这个接口,容易破坏这个封装
*/
@Deprecated