Commit a28f86a939890e3b6e3cd3e464fd4ef7d6369e6e
1 parent
197a9d97
Exists in
master
and in
1 other branch
Correção do método que pega o título da página.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/main/java/br/com/checker/emag/core/ContentEvaluation.java
@@ -305,6 +305,7 @@ public class ContentEvaluation extends Evaluation { | @@ -305,6 +305,7 @@ public class ContentEvaluation extends Evaluation { | ||
305 | 305 | ||
306 | String titulo_site = ""; | 306 | String titulo_site = ""; |
307 | 307 | ||
308 | + | ||
308 | if (titulo != null) { | 309 | if (titulo != null) { |
309 | 310 | ||
310 | titulo_site = titulo.getContent().getTextExtractor().toString(); | 311 | titulo_site = titulo.getContent().getTextExtractor().toString(); |