Skip to content

Commit

Permalink
rearranged comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Chen committed Jun 17, 2021
1 parent a2c8dff commit 8d60087
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,11 @@ public static XMLFormattingOptions create(FormattingOptions options, FormattingO
}

/**
* Returns the value of closingBracketNewLine or false if it was set to null
*
* A setting for enabling the XML formatter to move the closing bracket of a tag with at least 2 attributes
* to a new line.
*
* Returns the value of closingBracketNewLine or false if it was set to null
*
* @return the value of closingBracketNewLine or false if it was set to null
*/
public boolean getClosingBracketNewLine() {
Expand Down

0 comments on commit 8d60087

Please sign in to comment.