Template Formatting Engine refactoring and fixes

This commit is contained in:
Rustam Vishnyakov
2012-10-01 15:48:12 +04:00
parent 00585b1911
commit ef75fea161
@@ -154,7 +154,7 @@ public class XmlTagBlock extends AbstractXmlBlock{
}
}
private Indent getChildrenIndent() {
protected Indent getChildrenIndent() {
return myXmlFormattingPolicy.indentChildrenOf(getTag())
? Indent.getNormalIndent()
: Indent.getNoneIndent();