diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index 0b2e6346c9b..d618671b832 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -245,6 +245,9 @@
-->
+
+
+
+
+
@@ -376,6 +385,24 @@
JAVADOC CHECKS
-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -400,5 +427,8 @@
+
+
+
diff --git a/src/main/java/seedu/address/ui/HelpWindow.java b/src/main/java/seedu/address/ui/HelpWindow.java
index 9a665915949..3f16b2fcf26 100644
--- a/src/main/java/seedu/address/ui/HelpWindow.java
+++ b/src/main/java/seedu/address/ui/HelpWindow.java
@@ -47,20 +47,20 @@ public HelpWindow() {
/**
* Shows the help window.
* @throws IllegalStateException
- *
- * -
- * if this method is called on a thread other than the JavaFX Application Thread.
- *
- * -
- * if this method is called during animation or layout processing.
- *
- * -
- * if this method is called on the primary stage.
- *
- * -
- * if {@code dialogStage} is already showing.
- *
- *
+ *
+ * -
+ * if this method is called on a thread other than the JavaFX Application Thread.
+ *
+ * -
+ * if this method is called during animation or layout processing.
+ *
+ * -
+ * if this method is called on the primary stage.
+ *
+ * -
+ * if {@code dialogStage} is already showing.
+ *
+ *
*/
public void show() {
logger.fine("Showing help page about the application.");