Skip to content
Snippets Groups Projects
Commit a083ecc6 authored by Manuel Spuhler's avatar Manuel Spuhler
Browse files

Cleanup

parent bb9d85e9
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,9 @@ import eu.hbp.mip.model.Dataset;
import eu.hbp.mip.model.Variable;
import eu.hbp.mip.repositories.VariableRepository;
import io.swagger.annotations.*;
import eu.hbp.mip.repositories.DatasetRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
......@@ -34,9 +32,6 @@ public class DatasetsApi {
private static final Logger LOGGER = LoggerFactory.getLogger(DatasetsApi.class);
private static final Gson gson = new Gson();
@Autowired
private DatasetRepository datasetRepository;
@Autowired
private VariableRepository variableRepository;
......
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