Jean-Francois Leveque

Documentation

...@@ -3,7 +3,7 @@ package org.legrog.entities; ...@@ -3,7 +3,7 @@ package org.legrog.entities;
3 import java.util.List; 3 import java.util.List;
4 4
5 /** 5 /**
6 - * 6 + * Search interface for IndexedAccount
7 */ 7 */
8 public interface AccountSearchRepository { 8 public interface AccountSearchRepository {
9 /** 9 /**
......