mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Change-Id: Ie15dd31f0e889df6042238a1e64067fcf32c4ec7 Signed-off-by: James Taylor <jamest@uk.ibm.com>
9 lines
275 B
XML
9 lines
275 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE suppressions PUBLIC
|
|
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
|
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
|
|
|
<suppressions>
|
|
<suppress files="ChaincodeTest.java" checks="ParameterNumber" />
|
|
</suppressions>
|