Skip to content

Commit

Permalink
Fixed annotation for Swagger codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-rma committed Nov 22, 2024
1 parent 34a0282 commit 30fd8bb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import cwms.cda.formatters.Formats;
import cwms.cda.formatters.annotations.FormattableWith;
import cwms.cda.formatters.json.JsonV1;
import io.swagger.v3.oas.annotations.media.Schema;
import java.time.Instant;
import java.util.List;
import java.util.Map;
Expand All @@ -51,7 +50,6 @@ public final class WaterSupplyAccounting extends CwmsDTOBase {
private final WaterUser waterUser;
@JsonProperty(required = true)
private final PumpLocation pumpLocations;
@Schema(name = "data-columns")
private final Map<Instant, List<PumpTransfer>> pumpAccounting;

private WaterSupplyAccounting(Builder builder) {
Expand Down

0 comments on commit 30fd8bb

Please sign in to comment.