Commit 2e5c83ae authored by Milan Mozolák's avatar Milan Mozolák
Browse files

Removed unused imports

parent f33e8b76
Pipeline #142019 waiting for manual action with stage
......@@ -3,13 +3,11 @@ package cz.fi.muni.pa165.seminar4.group7.controller;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.StreamSupport;
import java.util.stream.Stream;
import javax.validation.Valid;
import org.apache.commons.lang3.NotImplementedException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
......
......@@ -11,7 +11,6 @@ import cz.fi.muni.pa165.seminar4.group7.entity.AgentAssignment;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
......
......@@ -6,7 +6,6 @@ import cz.fi.muni.pa165.seminar4.group7.dto.country.CountryDTO;
import cz.fi.muni.pa165.seminar4.group7.dto.country.CountryCreateDTO;
import cz.fi.muni.pa165.seminar4.group7.dto.country.CountryUpdateDTO;
import cz.fi.muni.pa165.seminar4.group7.entity.Country;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
......
......@@ -8,7 +8,6 @@ import cz.fi.muni.pa165.seminar4.group7.dto.mission.MissionCreateDTO;
import cz.fi.muni.pa165.seminar4.group7.dto.mission.MissionDTO;
import cz.fi.muni.pa165.seminar4.group7.entity.Mission;
import cz.fi.muni.pa165.seminar4.group7.facade.MissionFacade;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
......
......@@ -4,7 +4,6 @@ import cz.fi.muni.pa165.seminar4.group7.BeanMappingService;
import cz.fi.muni.pa165.seminar4.group7.SkillService;
import cz.fi.muni.pa165.seminar4.group7.dto.skill.SkillDTO;
import cz.fi.muni.pa165.seminar4.group7.entity.Skill;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
......
......@@ -4,7 +4,6 @@ import cz.fi.muni.pa165.seminar4.group7.BeanMappingService;
import cz.fi.muni.pa165.seminar4.group7.dto.user.UserLoginDTO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment