Skip to content

Commit

Permalink
Update java/food-ordering/app/restate-app/src/main/java/dev/restate/s…
Browse files Browse the repository at this point in the history
…dk/examples/DriverDigitalTwin.java

Co-authored-by: Francesco Guardiani <[email protected]>
  • Loading branch information
gvdongen and slinkydeveloper authored Jan 12, 2024
1 parent 3b33897 commit bd57a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class DriverDigitalTwin extends DriverDigitalTwinRestate.DriverDigitalTwinRestateImplBase {

// Current status of the driver: idle, waiting for work, or delivering
StateKey<DriverStatus> DRIVER_STATUS =
private static final StateKey<DriverStatus> DRIVER_STATUS =
StateKey.of("driver-status", JacksonSerdes.of(DriverStatus.class));

// Only set if the driver is currently doing a delivery
Expand Down

0 comments on commit bd57a72

Please sign in to comment.