fixed a mistake
This commit is contained in:
parent
7d17277c46
commit
48275e09f1
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user