diff --git a/RSTALanguageSupport/src/main/java/org/fife/rsta/ac/js/JavaScriptHelper.java b/RSTALanguageSupport/src/main/java/org/fife/rsta/ac/js/JavaScriptHelper.java
index f8d3d743..6dbf9c74 100644
--- a/RSTALanguageSupport/src/main/java/org/fife/rsta/ac/js/JavaScriptHelper.java
+++ b/RSTALanguageSupport/src/main/java/org/fife/rsta/ac/js/JavaScriptHelper.java
@@ -423,11 +423,10 @@ public static String convertNodeToSource(AstNode node) {
/**
+ * Returns the index of the first {@code "("}, working backwards if there is no
+ * matching closing bracket.
*
- * Returns the index of the first ( working backwards if there is no
- * matching closing bracket
- *
- * @param text
+ * @param text The text to search through which may be {@code null}.
*/
public static int findIndexOfFirstOpeningBracket(String text) {
int index = 0;
diff --git a/config/checkstyle/lsSuppressions.xml b/config/checkstyle/lsSuppressions.xml
index 0a45985e..9ee90731 100644
--- a/config/checkstyle/lsSuppressions.xml
+++ b/config/checkstyle/lsSuppressions.xml
@@ -11,7 +11,7 @@
For now we're ignoring several issues that will take some time to address.
TODO: Remove these issues one by one.
-->
-
+