Polish contribution
This commit is contained in:
parent
942da8bdd3
commit
f86eed8646
|
|
@ -99,10 +99,10 @@ public class MustacheCompilerFactoryBean implements FactoryBean<Mustache.Compile
|
|||
this.compiler = this.compiler.withCollector(this.collector);
|
||||
}
|
||||
if (this.defaultValue != null) {
|
||||
this.compiler = this.compiler.defaultValue(this.defaultValue);
|
||||
this.compiler = this.compiler.defaultValue(this.defaultValue);
|
||||
}
|
||||
if (this.emptyStringIsFalse != null) {
|
||||
this.compiler = this.compiler.emptyStringIsFalse(this.emptyStringIsFalse);
|
||||
this.compiler = this.compiler.emptyStringIsFalse(this.emptyStringIsFalse);
|
||||
}
|
||||
return this.compiler;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue