Commit 9b1a8f054ea93572b1cbbceeb37951ed3fb776a9
1 parent
a5fb3370
Exists in
master
and in
1 other branch
Apresentação
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-api@10508 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/br/com/checker/emag/core/PresentationEvaluation.java
... | ... | @@ -71,7 +71,7 @@ public class PresentationEvaluation extends Evaluation{ |
71 | 71 | String[] attributes = {"class","id", "bgcolor"}; |
72 | 72 | AvaliadorContraste avaliadorContraste = new AvaliadorContraste(); |
73 | 73 | |
74 | - System.out.println("Processado verificação de cor..."); | |
74 | + System.out.println("Processando verificação de cor..."); | |
75 | 75 | for (Element body : getDocument().getAllElements("body")) { |
76 | 76 | for (Element element : body.getAllElements()) { |
77 | 77 | ... | ... |