Skip to content

Commit

Permalink
Update DeliveryVehicleSerializer.java
Browse files Browse the repository at this point in the history
Updated package names.
  • Loading branch information
caio1985 authored Nov 5, 2024
1 parent 510fba0 commit 1386d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import com.google.gson.JsonElement;
import com.google.gson.JsonSerializationContext;
import com.google.gson.JsonSerializer;
import google.maps.fleetengine.delivery.v1.DeliveryVehicle;
import com.google.maps.fleetengine.delivery.v1.DeliveryVehicle;
import java.lang.reflect.Type;

/** Class to provide serialization for DeliveryVehicle protos into JSON. */
Expand Down

0 comments on commit 1386d20

Please sign in to comment.