File tree 1 file changed +3
-3
lines changed
src/main/java/com/botdetector/ui
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ public enum WarningLabel
157
157
private static final int MAX_FEEDBACK_TEXT_CHARS = 250 ;
158
158
private static final Dimension FEEDBACK_TEXTBOX_PREFERRED_SIZE = new Dimension (0 , 75 );
159
159
160
- private static final FeedbackPredictionLabel UNSURE_PREDICTION_LABEL = new FeedbackPredictionLabel ("Unsure " , null , FeedbackValue .NEUTRAL );
161
- private static final FeedbackPredictionLabel SOMETHING_ELSE_PREDICTION_LABEL = new FeedbackPredictionLabel ("Something_else " , null , FeedbackValue .NEGATIVE );
162
- private static final FeedbackPredictionLabel CORRECT_FALLBACK_PREDICTION_LABEL = new FeedbackPredictionLabel ("Correct " , null , FeedbackValue .POSITIVE );
160
+ private static final FeedbackPredictionLabel UNSURE_PREDICTION_LABEL = new FeedbackPredictionLabel ("unsure " , null , FeedbackValue .NEUTRAL );
161
+ private static final FeedbackPredictionLabel SOMETHING_ELSE_PREDICTION_LABEL = new FeedbackPredictionLabel ("something_else " , null , FeedbackValue .NEGATIVE );
162
+ private static final FeedbackPredictionLabel CORRECT_FALLBACK_PREDICTION_LABEL = new FeedbackPredictionLabel ("correct " , null , FeedbackValue .POSITIVE );
163
163
164
164
private static final PlayerStatsType [] PLAYER_STAT_TYPES = {
165
165
PlayerStatsType .TOTAL , PlayerStatsType .PASSIVE , PlayerStatsType .MANUAL
You can’t perform that action at this time.
0 commit comments