correction on comment set attributes indent scale #9

This commit is contained in:
REAndroid 2023-03-19 13:57:26 -04:00
parent 94c143ca72
commit 040475a936

View File

@ -434,7 +434,6 @@ public class XMLElement extends XMLNode{
/**
* @param indentScale scale of attributes indent relative to element tag start
* - when less than 0.0f indenting will be off and no new line
*/
public void setAttributesIndentScale(float indentScale){
setAttributesIndentScale(indentScale, true);