Just a javadoc change

This commit is contained in:
James Agnew 2018-12-18 14:09:11 -05:00
parent dc1f48ffed
commit bca958564f
1 changed files with 3 additions and 2 deletions

View File

@ -293,8 +293,9 @@ public class ResourceReindexingSvcImpl implements IResourceReindexingSvc {
/*
* On the first time we run a particular reindex job, let's make sure we
* have the latest search parameters loaded. This is good since a common reason to
* be reindexing is that the search parameters have changed in some way.
* have the latest search parameters loaded. A common reason to
* be reindexing is that the search parameters have changed in some way, so
* this makes sure we're on the latest versions
*/
if (theJob.getThresholdLow() == null) {
mySearchParamRegistry.forceRefresh();