Skip to content

Commit

Permalink
correction on comment set attributes indent scale #9
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Mar 19, 2023
1 parent 94c143c commit 040475a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/reandroid/xml/XMLElement.java
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ public void setIndent(int indent){

/**
* @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);
Expand Down

0 comments on commit 040475a

Please sign in to comment.