Commit 95a3f20a55d3e40b8beced80962ab134e9188005
1 parent
9d40d73d
Exists in
master
and in
1 other branch
Alinhamento dos N° dos critérios com o
'criteriosDescriptions.properties' do ASESWEB
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/main/java/br/com/checker/emag/core/PresentationEvaluation.java
@@ -55,9 +55,9 @@ public class PresentationEvaluation extends Evaluation{ | @@ -55,9 +55,9 @@ public class PresentationEvaluation extends Evaluation{ | ||
55 | 55 | ||
56 | public List<Occurrence> check() { | 56 | public List<Occurrence> check() { |
57 | getOccurrences().clear(); | 57 | getOccurrences().clear(); |
58 | - //getOccurrences().addAll(checkRecommendation29()); | ||
59 | - getOccurrences().addAll(checkRecommendation30()); | ||
60 | - getOccurrences().addAll(checkRecommendation31()); | 58 | + //getOccurrences().addAll(checkRecommendation29()); comentado por Gibran |
59 | + //getOccurrences().addAll(checkRecommendation30()); comentado por Gibran | ||
60 | + //getOccurrences().addAll(checkRecommendation31()); comentado por Gibran | ||
61 | getOccurrences().addAll(checkRecommendation32()); | 61 | getOccurrences().addAll(checkRecommendation32()); |
62 | 62 | ||
63 | return getOccurrences(); | 63 | return getOccurrences(); |