Commit c302b4c71807b4b979b1a9cad59474b04bdfe4ee
1 parent
f2b5efbb
Exists in
master
and in
1 other branch
Metodo para integração do ases com o eselo.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/br/com/ases/business/AvaliacaoBusiness.java
... | ... | @@ -13,7 +13,7 @@ import br.com.checker.emag.Occurrence; |
13 | 13 | import br.com.checker.emag.OccurrenceClassification; |
14 | 14 | import br.com.checker.emag.SummarizedOccurrence; |
15 | 15 | |
16 | - | |
16 | + | |
17 | 17 | public interface AvaliacaoBusiness { |
18 | 18 | Nota obterNota(List<SummarizedOccurrence> occurrences,String url, List<Entry<OccurrenceKey,List<Occurrence>>> mapaListaOcorrencias); |
19 | 19 | Nota obterNotaEselo(Source html, String url, List<Entry<OccurrenceKey,List<Occurrence>>> mapaListaOcorrencias); | ... | ... |