BAEL-5545: fixed import organization
This commit is contained in:
parent
95211496d2
commit
e4c941c0dd
|
@ -2,6 +2,7 @@ package com.baeldung.spring.jdbc.batch.service;
|
|||
|
||||
import com.baeldung.spring.jdbc.batch.model.Product;
|
||||
import com.baeldung.spring.jdbc.batch.repo.ProductRepository;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
|
Loading…
Reference in New Issue