Skip to content

Commit

Permalink
Water Pump Accounting: Fixed annotation for Swagger codegen (#958)
Browse files Browse the repository at this point in the history
Removed erroneous annotation that was causing issues in Swagger codegen
for cwms-data-api-client
  • Loading branch information
zack-rma authored Nov 22, 2024
1 parent 34a0282 commit c103012
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 c103012

Please sign in to comment.