apply formatter
This commit is contained in:
parent
4ea814bf6f
commit
bfb3a610a3
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public class SuggestCreator implements Serializable {
|
|||
|
||||
private int create() {
|
||||
final DynamicProperties crawlerProperties = ComponentUtil.getCrawlerProperties();
|
||||
if(!Constants.TRUE.equals(crawlerProperties.getProperty(Constants.SUGGEST_DOCUMENTS_PROPERTY, Constants.TRUE))) {
|
||||
if (!Constants.TRUE.equals(crawlerProperties.getProperty(Constants.SUGGEST_DOCUMENTS_PROPERTY, Constants.TRUE))) {
|
||||
logger.info("Skip create suggest document.");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue