Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 3181254

Browse files
committed
FAB-11326 SDchaincode to chaincode specify
Change-Id: I59eb485ac13d415ed9848e2d98478a0614b812d8 Signed-off-by: rickr <cr22rc@gmail.com>
1 parent 015c142 commit 3181254

File tree

4 files changed

+242
-70
lines changed

4 files changed

+242
-70
lines changed

checkstyle-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<!-- See http://checkstyle.sf.net/config_sizes.html -->
108108
<module name="MethodLength">
109109
<property name="tokens" value="METHOD_DEF"/>
110-
<property name="max" value="200"/>
110+
<property name="max" value="300"/>
111111
<property name="countEmpty" value="false"/>
112112
</module>
113113
<module name="ParameterNumber">

0 commit comments

Comments
 (0)