Skip to content

Commit 0eb230c

Browse files
committed
DATAES-66 - Add Ip support to FieldType
renamed from DynamicMappingAndSettingTests to LogEntityTests
1 parent 0307803 commit 0eb230c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
4040

4141
/**
42-
* DynamicMappingAndSettingTests
42+
* LogEntityTests
4343
*
4444
* @author Artur Konczak
4545
* @author Mohsin Husen
4646
*/
4747
@RunWith(SpringJUnit4ClassRunner.class)
4848
@ContextConfiguration("classpath:elasticsearch-template-test.xml")
49-
public class DynamicMappingAndSettingTests {
49+
public class LogEntityTests {
5050

5151
@Autowired
5252
private ElasticsearchTemplate template;

0 commit comments

Comments
 (0)