mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-24 21:12:12 +00:00
removed System.out
This commit is contained in:
parent
336abe72ce
commit
5956956392
@ -330,7 +330,6 @@ public class RepositoryTest {
|
|||||||
sampleEntity1.setId(documentId1);
|
sampleEntity1.setId(documentId1);
|
||||||
sampleEntity1.setMessage("hello world.");
|
sampleEntity1.setMessage("hello world.");
|
||||||
sampleEntity1.setVersion(System.currentTimeMillis());
|
sampleEntity1.setVersion(System.currentTimeMillis());
|
||||||
System.out.println(documentId1);
|
|
||||||
|
|
||||||
String documentId2 = randomNumeric(5);
|
String documentId2 = randomNumeric(5);
|
||||||
SampleEntity sampleEntity2 = new SampleEntity();
|
SampleEntity sampleEntity2 = new SampleEntity();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user