We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633360a commit 31c61a7Copy full SHA for 31c61a7
persistence/src/main/java/org/devgateway/toolkit/persistence/service/TextSearchableService.java
@@ -11,8 +11,9 @@
11
/**
12
* @author idobre
13
* @since 2019-03-04
14
- *
15
- * This interface is usually implemented by a class that already extends {@link BaseJpaServiceImpl} so no need to implement
+ * <p>
+ * This interface is usually implemented by a class that already extends {@link BaseJpaServiceImpl} so no need to
16
+ * implement
17
* any methods beside {@link #textRepository}. The defaul method {@link #searchText} should be enough
18
* for normal use cases.
19
*/
0 commit comments