corda / samples-java

This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage.
74 stars 155 forks source link

ENT-6871: Clean up & apply formatting to Java tutorial-applestamp #82

Closed r3hj closed 2 years ago

r3hj commented 2 years ago

Overview / Changes

Removed unused imports and applied formatting to tutorial-applestamp Java sample project.

This clean-up is done as part of improving Corda 4.9 tutorial document and its scope is limited to tutorial-applestamp.

Note: Intellij auto-formatting feature (both for imports and logic) is used. Though it doesn't always provide the best formatting, in most cases it gives a better and consistent formatting.

Test

No logic change. Ran ./gradlew build and verified it succeeded.