fixed a mistake

This commit is contained in:
Michael 2019-04-18 14:21:10 +02:00
parent 7d17277c46
commit 48275e09f1

View File

@ -9,12 +9,14 @@ import hhn.labsw.bugageocaching.repositories.CacheRepository;
import hhn.labsw.bugageocaching.repositories.StationRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Component;
import javax.persistence.RollbackException;
import java.util.ArrayList;
import java.util.Optional;
import java.util.Random;
@Component
public class CacheConstructionUtil {
static StationRepository stationRepository;