Update exception

This commit is contained in:
xjoao 2020-05-22 13:34:01 -04:00
parent 84f4760349
commit c46d12f87c

View File

@ -73,7 +73,7 @@ public class ForumThread implements Runnable, ISerialize {
try {
this.lastComment = ForumThreadComment.getById(set.getInt("last_comment_id"));
} catch (Exception e) {
} catch (SQLException e)) {
}
this.comments = new THashMap<>();