Ver código fonte

:memo: fix Javadoc typo

hahahaha123567 4 anos atrás
pai
commit
e46c6c1995

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

@@ -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();
 

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

@@ -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