Skip to content

Commit e46c6c1

Browse files
📝 fix Javadoc typo
1 parent da512ff commit e46c6c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/WxCpService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ public interface WxCpService extends WxService {
274274
void initHttp();
275275

276276
/**
277-
* 获取WxMpConfigStorage 对象
277+
* 获取WxCpConfigStorage 对象
278278
*
279-
* @return WxMpConfigStorage wx cp config storage
279+
* @return WxCpConfigStorage wx cp config storage
280280
*/
281281
WxCpConfigStorage getWxCpConfigStorage();
282282

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/tp/service/WxCpTpService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ public interface WxCpTpService {
308308
void initHttp();
309309

310310
/**
311-
* 获取WxMpConfigStorage 对象.
311+
* 获取WxCpTpConfigStorage 对象.
312312
*
313-
* @return WxMpConfigStorage wx cp tp config storage
313+
* @return WxCpTpConfigStorage wx cp tp config storage
314314
* @deprecated storage应该在service内部使用 ,提供这个接口,容易破坏这个封装
315315
*/
316316
@Deprecated

0 commit comments

Comments
 (0)