DATAES-652 - Polishing.

This commit is contained in:
P.J. Meisch 2019-09-20 12:11:14 +02:00
parent 8d044fe3d1
commit 327e0a207c

View File

@ -15,10 +15,8 @@
*/ */
package org.springframework.data.elasticsearch.client.util; package org.springframework.data.elasticsearch.client.util;
import static org.hamcrest.Matchers.hasEntry; import static org.hamcrest.Matchers.*;
import static org.hamcrest.Matchers.hasKey; import static org.junit.Assert.*;
import static org.hamcrest.Matchers.not;
import static org.junit.Assert.assertThat;
import java.util.HashMap; import java.util.HashMap;