fabric-samples/token-erc-721/chaincode-java
Mark S. Lewis 6fdd68b8a8 Remove redundant throws from Java close() methods
A close() imlementation that never throws an exception does not need to
declare that one might be thrown, even if the corresponding method in an
implemented interface does declare an exception might be thrown.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2026-02-06 11:49:01 +00:00
..
config/checkstyle Java erc721 token standard chaincode implementation. (#709) 2022-04-08 11:49:52 -04:00
docker Java erc721 token standard chaincode implementation. (#709) 2022-04-08 11:49:52 -04:00
gradle/wrapper Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
src Remove redundant throws from Java close() methods 2026-02-06 11:49:01 +00:00
build.gradle Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
Dockerfile Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
gradlew Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
gradlew.bat Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
settings.gradle added fixes to documentation and readmes + small fix to erc721 and erc 20 java chaincode gradle.settings (#773) 2022-06-21 17:40:25 -04:00