Commit 2c6246b52cddfbbb08333f2f7d9cd2af70fd3cd9
1 parent
e650b005
Exists in
master
Questão "15)", deficiencias, caso não seja respondida, exibir mensagem.
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
src/br/com/controller/relatorioController.java
... | ... | @@ -196,6 +196,11 @@ public class relatorioController { |
196 | 196 | simValidacao.add("Não Respondido"); |
197 | 197 | } |
198 | 198 | |
199 | + if(deficiencias.size() == 0) | |
200 | + { | |
201 | + deficiencias.add("Não Respondido"); | |
202 | + } | |
203 | + | |
199 | 204 | result.include("curso", curso); |
200 | 205 | result.include("simValidacao", simValidacao); |
201 | 206 | result.include("assistiva", assistiva); | ... | ... |