Skip to content

Commit 0a7bab5

Browse files
author
Andrea Zanelli
committed
Change a comment on BuildSearchIndex.java
1 parent 3841b5a commit 0a7bab5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spring-boot-hibernate-search/src/main/java/netgloo/BuildSearchIndex.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ public class BuildSearchIndex
3636
/**
3737
* Create an initial Lucene index for the data already present in the
3838
* database.
39-
* This method is called during Spring's startup.
40-
*
41-
* @param event Event raised when an ApplicationContext gets initialized or
42-
* refreshed.
39+
* This method is called when Spring's startup.
4340
*/
4441
@Override
4542
public void onApplicationEvent(final ApplicationReadyEvent event) {

0 commit comments

Comments
 (0)