Skip to content

Commit

Permalink
Fix style guide violation
Browse files Browse the repository at this point in the history
  • Loading branch information
Haozhe321 committed Apr 2, 2018
1 parent 775bc64 commit d6e2e89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import teammates.ui.template.InstructorFeedbackResultsResponseRow;

public class FeedbackMsqQuestionDetails extends FeedbackQuestionDetails {
private transient int numOfMsqChoices;
private transient int numOfMsqChoices; //NOPMD
private List<String> msqChoices;
private boolean otherEnabled;
private FeedbackParticipantType generateOptionsFor;
Expand Down Expand Up @@ -488,6 +488,7 @@ public String getNewQuestionSpecificEditFormHtml() {
+ "</div>";
}

@SuppressWarnings("PMD.ConfusingTernary")
@Override
public String getQuestionAdditionalInfoHtml(int questionNumber, String additionalInfoId) {
StringBuilder optionListHtml = new StringBuilder(200);
Expand Down

0 comments on commit d6e2e89

Please sign in to comment.