temporalio / edu-102-java-code

Code used in exercises and demonstrations for the "Temporal 102 with Java" course
MIT License
0 stars 3 forks source link

Reformat solution code for Durable Execution exercise #4

Closed tomwheeler closed 1 year ago

tomwheeler commented 1 year ago

What was changed

Reformatted code, as per Java conventions; also removed an unnecessary call to System.exit(0).