mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Add in 2.5 java test (#917)
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
406d7e9d36
commit
5bc925a3d8
2 changed files with 2 additions and 2 deletions
|
|
@ -490,7 +490,7 @@ public final class AssetTransfer implements ContractInterface {
|
|||
*
|
||||
* This deletes the private data, but does not trigger an immediate cleanup
|
||||
* of the history. To specifically force removal right now use purge
|
||||
*
|
||||
*
|
||||
* @param ctx the transaction context
|
||||
*/
|
||||
@Transaction(intent = Transaction.TYPE.SUBMIT)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ function print() {
|
|||
}
|
||||
|
||||
# remove the java asset-private-data until the publishing issues have been resolved
|
||||
dirs=("$(find . -name "*-java" -type d -not -path '*/.*' -not -path '*/asset-transfer-private-data/*')")
|
||||
dirs=("$(find . -name "*-java" -type d -not -path '*/.*')")
|
||||
for dir in $dirs; do
|
||||
print "Linting $dir"
|
||||
pushd $dir
|
||||
|
|
|
|||
Loading…
Reference in a new issue