diff --git a/azkaban-db/src/main/java/azkaban/db/DatabaseSetup.java b/azkaban-db/src/main/java/azkaban/db/DatabaseSetup.java
index 435f528..2bdc31c 100644
--- a/azkaban-db/src/main/java/azkaban/db/DatabaseSetup.java
+++ b/azkaban-db/src/main/java/azkaban/db/DatabaseSetup.java
@@ -30,12 +30,11 @@ import org.apache.commons.io.IOUtils;
import org.apache.log4j.Logger;
/**
- * This class is used for creating DB tables by specifying where the create scripts are. The
- * input to this class is a folder path, which includes all create table sql scripts. The script's
- * name should follow: create.[table_name].sql in order to be identified. This class is used for
- * unit test only for now.
+ * Creates DB tables. The input to this class is a folder path, which includes all create table
+ * sql scripts. The script's name should follow: create.[table_name].sql in order to be
+ * identified. This class is used for unit test only for now.
*
- * Todo kunkun-tang: We need to fix some reliability issues if we rely on this class to
+ * <p>Todo kunkun-tang: We need to fix some reliability issues if we rely on this class to
* create tables when launching AZ in future.
*/
public class DatabaseSetup {