Skip to content

Commit

Permalink
meteorology-bz-forecast: fix reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Nov 15, 2023
1 parent c2f4477 commit ef31e1e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

package com.opendatahub.bdp.commons.dc.meteorology.bz.forecast.dto;

import java.util.Date;
import java.util.List;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.opendatahub.bdp.commons.dc.meteorology.bz.forecast.dto.ForecastDto.Municipality;

import lombok.ToString;

@ToString
Expand Down

0 comments on commit ef31e1e

Please sign in to comment.