Refactor ElasticSearchUnitTest

This commit is contained in:
pivovarit 2017-05-15 22:17:38 +03:00
parent 94e7cfd94b
commit d894cfbf46
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class ElasticSearchUnitTest {
private List<Person> listOfPersons = new ArrayList<Person>();
private List<Person> listOfPersons = new ArrayList<>();
private Client client = null;
@Before