Commit 7051cd2f9062720fa4df9b4f5023e1c580e8917f
1 parent
95a3f20a
Exists in
master
and in
1 other branch
Alinhamento dos N° dos critérios com com
'criteriosDescriptions.properties' do ASESWEB (MECOMENDAÇÕES 1.2 + CRITÉRIOS (1--> 3)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/main/java/br/com/checker/emag/core/MarkEvaluation.java
... | ... | @@ -270,7 +270,7 @@ public class MarkEvaluation extends Evaluation { |
270 | 270 | if (!linhasImg.contains(this.getRow(img))) { |
271 | 271 | occurrences.add(this.buildOccurrence("1.2", |
272 | 272 | true, img.getStartTag().toString(), |
273 | - img, "1")); | |
273 | + img, "3"));//"1")); | |
274 | 274 | } |
275 | 275 | linhasImg.add(this.getRow(img)); |
276 | 276 | } |
... | ... | @@ -281,7 +281,7 @@ public class MarkEvaluation extends Evaluation { |
281 | 281 | .equals("")) { |
282 | 282 | occurrences.add(this.buildOccurrence("1.2", true, |
283 | 283 | element.getStartTag().toString() + endTag, |
284 | - element, "1")); | |
284 | + element, "3"));//"1")); | |
285 | 285 | } |
286 | 286 | } |
287 | 287 | } | ... | ... |