Skip to content

Commit

Permalink
#3304 fixed pmd error
Browse files Browse the repository at this point in the history
  • Loading branch information
moellerth committed Sep 25, 2024
1 parent b492a3b commit e37bfd0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

import com.google.gson.Gson;
import eu.dzhw.fdz.metadatamanagement.common.service.CrudService;
import eu.dzhw.fdz.metadatamanagement.conceptmanagement.domain.Concept;
import eu.dzhw.fdz.metadatamanagement.datapackagemanagement.domain.DataPackage;
Expand All @@ -22,7 +21,6 @@
import eu.dzhw.fdz.metadatamanagement.variablemanagement.repository.VariableRepository;
import eu.dzhw.fdz.metadatamanagement.variablemanagement.service.helper.VariableCrudHelper;
import lombok.RequiredArgsConstructor;
import org.elasticsearch.client.RestHighLevelClient;

import org.springframework.data.rest.core.annotation.HandleAfterCreate;
import org.springframework.data.rest.core.annotation.HandleAfterDelete;
Expand Down

0 comments on commit e37bfd0

Please sign in to comment.