Remove the unused dependencies from IndicatorController.

main
KKlochko 1 year ago
parent adfcf34176
commit b3a52913a0

@ -1,6 +1,5 @@
package space.kklochko.spring_rest_example.controllers;
import jakarta.persistence.Entity;
import jakarta.persistence.EntityManager;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
@ -9,8 +8,6 @@ import org.springframework.web.bind.annotation.*;
import space.kklochko.spring_rest_example.db.repositories.IndicatorRepository;
import space.kklochko.spring_rest_example.models.Indicator;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;

Loading…
Cancel
Save