Skip to content
Snippets Groups Projects
Commit 698221af authored by Jan Tymel's avatar Jan Tymel
Browse files

Add semicolon to the last value in enumerations

parent 36360c3a
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@ package cz.muni.ics.kypo.training.adaptive.enums;
public enum PhaseType {
QUESTIONNAIRE,
INFO,
TRAINING,
TRAINING;
}
......@@ -4,5 +4,5 @@ public enum PhaseTypeCreate {
QUESTIONNAIRE_ADAPTIVE,
QUESTIONNAIRE_GENERAL,
INFO,
TRAINING,
TRAINING;
}
......@@ -3,5 +3,5 @@ package cz.muni.ics.kypo.training.adaptive.enums;
public enum QuestionType {
FFQ,
MCQ,
RFQ
RFQ;
}
......@@ -2,5 +2,5 @@ package cz.muni.ics.kypo.training.adaptive.enums;
public enum QuestionnaireType {
ADAPTIVE,
GENERAL
GENERAL;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment