a little tidying up

This commit is contained in:
Benjamin Kinga 2023-03-31 17:23:28 -07:00
parent ec83d01dca
commit 419264c3fd
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ import com.google.common.collect.Sets;
public class TweetTextQuality {
public static enum BooleanQualityType {
OFFENSIVE, // tweet text is offensive
OFFENSIVE_USER, // user name is offensive
OFFENSIVE, // tweet text is offensive
OFFENSIVE_USER, // user name is offensive
HASHTAG_NAME_MATCH, // hashtag matches username
SENSITIVE, // tweet is marked as sensitive when it comes in
}