Remove the unused dependencies from IndicatorController.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
package space.kklochko.spring_rest_example.controllers;
|
package space.kklochko.spring_rest_example.controllers;
|
||||||
|
|
||||||
import jakarta.persistence.Entity;
|
|
||||||
import jakarta.persistence.EntityManager;
|
import jakarta.persistence.EntityManager;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.http.HttpStatus;
|
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.db.repositories.IndicatorRepository;
|
||||||
import space.kklochko.spring_rest_example.models.Indicator;
|
import space.kklochko.spring_rest_example.models.Indicator;
|
||||||
|
|
||||||
import java.sql.Timestamp;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user