Removed unused import

This commit is contained in:
Michael Schnell
2019-12-28 09:36:10 +01:00
parent 274fc5f143
commit e44ea35ec1

View File

@@ -19,7 +19,6 @@ import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;