diff --git a/testsrc/org/mozilla/javascript/tests/Issue1206Test.java b/testsrc/org/mozilla/javascript/tests/Issue1206Test.java index a64cd9e0d9..0e961a3418 100644 --- a/testsrc/org/mozilla/javascript/tests/Issue1206Test.java +++ b/testsrc/org/mozilla/javascript/tests/Issue1206Test.java @@ -8,7 +8,9 @@ import org.mozilla.javascript.Context; import org.mozilla.javascript.Scriptable; -/** Tests the ConsString class to ensure it properly supports String, StringBuffer and StringBuilder. */ +/** + * Tests the ConsString class to ensure it properly supports String, StringBuffer and StringBuilder. + */ public class Issue1206Test { @Test public void testConsStringUsingString() {