Skip to content

Commit bda7592

Browse files
author
Mohsin Husen
committed
typo
1 parent 2707a6f commit bda7592

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/springframework/data/elasticsearch/repositories/SampleBookRepositoryTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public void shouldIndexSingleBookEntity(){
4949
book.setId("123455");
5050
book.setName("Spring Data Elasticsearch");
5151
book.setVersion(System.currentTimeMillis());
52-
//Indexing using repository
5352
repository.save(book);
5453
//lets try to search same record in elasticsearch
5554
Book indexedBook = repository.findOne(book.getId());

0 commit comments

Comments
 (0)