apply formatter

This commit is contained in:
y_fujita 2015-12-15 07:58:56 +09:00
parent 4ea814bf6f
commit bfb3a610a3

View file

@ -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;
}