From 8d6008738690d6c33351b61b7c0897dbb15df95d Mon Sep 17 00:00:00 2001 From: Alexander Chen Date: Thu, 17 Jun 2021 16:15:44 -0400 Subject: [PATCH] rearranged comments --- .../org/eclipse/lemminx/settings/XMLFormattingOptions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/settings/XMLFormattingOptions.java b/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/settings/XMLFormattingOptions.java index 5401d95951..fec3bde27f 100644 --- a/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/settings/XMLFormattingOptions.java +++ b/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/settings/XMLFormattingOptions.java @@ -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() {