Commit 362ff7e43025481dae6a76889213bc2d5c76b3d3

Authored by lyandro.santana
1 parent feb343c1

conteudo

git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-api@10405 c2178572-b5ca-4887-91d2-9e3a90c7d55b
src/main/java/br/com/checker/emag/core/ContentEvaluation.java
... ... @@ -500,6 +500,7 @@ public class ContentEvaluation extends Evaluation{
500 500  
501 501 if (alt != null && !alt.getValue().isEmpty()) {
502 502  
  503 + if(src != null)
503 504 if(!aMap.containsKey(src.getValue())){
504 505  
505 506 int rowImgVerificado = this.getRow(img);
... ... @@ -527,6 +528,7 @@ public class ContentEvaluation extends Evaluation{
527 528 }
528 529 }
529 530  
  531 + if(src != null)
530 532 aMap.put(src.getValue(), img);
531 533  
532 534 if(isVerificado)
... ...