File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/impl Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 83
83
<module name =" EmptyLineSeparator" >
84
84
<property name =" allowNoEmptyLineBetweenFields" value =" true" />
85
85
</module >
86
- <module name =" SeparatorWrap" >
87
- <property name =" id" value =" SeparatorWrapDot" />
88
- <property name =" tokens" value =" DOT" />
89
- <property name =" option" value =" nl" />
90
- </module >
91
- <module name =" SeparatorWrap" >
92
- <property name =" id" value =" SeparatorWrapComma" />
93
- <property name =" tokens" value =" COMMA" />
94
- <property name =" option" value =" EOL" />
95
- </module >
96
- <module name =" SeparatorWrap" >
97
- <property name =" id" value =" SeparatorWrapMethodRef" />
98
- <property name =" option" value =" nl" />
99
- </module >
100
86
<module name =" PackageName" >
101
87
<property name =" format" value =" ^[a-z]+(\.[a-z][a-z0-9]*)*$" />
102
88
<message key =" name.invalidPattern"
Original file line number Diff line number Diff line change 15
15
16
16
/**
17
17
* <pre>
18
- * 媒体管理接口
18
+ * 媒体管理接口.
19
19
* Created by Binary Wang on 2017-6-25.
20
- * @author <a href="https://github.com/binarywang">Binary Wang</a>
21
20
* </pre>
21
+ *
22
+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
22
23
*/
23
24
public class WxCpMediaServiceImpl implements WxCpMediaService {
24
25
private WxCpService mainService ;
You can’t perform that action at this time.
0 commit comments