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/DeliveryManager.java

Co-authored-by: Francesco Guardiani <[email protected]>
  • Loading branch information
gvdongen and slinkydeveloper authored Jan 12, 2024
1 parent e5a234a commit e0d00a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class DeliveryManager extends DeliveryManagerRestate.DeliveryManagerRestateImplBase {

// State key to store all relevant information about the delivery.
StateKey<DeliveryInformation> DELIVERY_INFO =
private static final StateKey<DeliveryInformation> DELIVERY_INFO =
StateKey.of("delivery-info", JacksonSerdes.of(DeliveryInformation.class));

private static final Serde<Location> locationSerde = JacksonSerdes.of(Location.class);
Expand Down

0 comments on commit e0d00a8

Please sign in to comment.