Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -117,7 +117,7 @@ import Foundation | ... | @@ -117,7 +117,7 @@ import Foundation |
117 | return dict | 117 | return dict |
118 | } | 118 | } |
119 | 119 | ||
120 | - @objc public var description: String { | 120 | + @objc public override var description: String { |
121 | return "QuestionnaireAnswerModel(question_id: \(question_id), question_text: \(question_text), answer: \(answerAsString), answer_id: \(answer_id), answer_text: \(answer_text))" | 121 | return "QuestionnaireAnswerModel(question_id: \(question_id), question_text: \(question_text), answer: \(answerAsString), answer_id: \(answer_id), answer_text: \(answer_text))" |
122 | } | 122 | } |
123 | } | 123 | } | ... | ... |
-
Please register or login to post a comment