Typo correction at communitybbs Topic class.

This commit is contained in:
MobiusDevelopment
2020-09-23 04:42:33 +00:00
parent b04c3416b3
commit 2ae32cd28d
19 changed files with 19 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ public class Topic
{
private static final Logger LOGGER = Logger.getLogger(Topic.class.getName());
public static final int MORMAL = 0;
public static final int NORMAL = 0;
public static final int MEMO = 1;
private final int _id;