Add in 2.5 java test (#917)

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
Matthew B White 2023-01-25 14:03:46 +00:00 committed by GitHub
parent 406d7e9d36
commit 5bc925a3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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