From cd76463a958014b5bf42a013c3dd6f6d281583ed Mon Sep 17 00:00:00 2001 From: Pol Pinol Castuera Date: Thu, 29 May 2025 22:56:53 +0200 Subject: [PATCH] Change name --- src/main/java/io/autoinvestor/ui/PriceDTO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/autoinvestor/ui/PriceDTO.java b/src/main/java/io/autoinvestor/ui/PriceDTO.java index 81aaa30..08cf987 100644 --- a/src/main/java/io/autoinvestor/ui/PriceDTO.java +++ b/src/main/java/io/autoinvestor/ui/PriceDTO.java @@ -7,4 +7,4 @@ public record PriceDTO( @JsonFormat(shape = JsonFormat.Shape.STRING) Date date, - int priceWithCents) { } + int price) { }