Commit dd5eee8778d7249c60e67dac1e4e0ec967670321
1 parent
f632ec1c
Exists in
master
and in
1 other branch
Ajustando UTF-8
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
rn/MdEstatisticasAgendamentoRN.php
... | ... | @@ -21,7 +21,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN |
21 | 21 | |
22 | 22 | $this->gravarLog('Autenticar no WebService'); |
23 | 23 | if (!$enviar->autenticar()) { |
24 | - throw new InfraException('Problemas com a autenticação.'); | |
24 | + throw new InfraException('Problemas com a autenticação.'); | |
25 | 25 | } |
26 | 26 | |
27 | 27 | $this->gravarLog('Autenticado. Coletando indicadores'); |
... | ... | @@ -41,7 +41,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN |
41 | 41 | |
42 | 42 | $this->gravarLog('Indicadores recebidos. Coletar indicadores do tipo lista'); |
43 | 43 | |
44 | - $this->gravarLog('Obter a data do último envio das quantidades de acessos '); | |
44 | + $this->gravarLog('Obter a data do último envio das quantidades de acessos '); | |
45 | 45 | $data = $enviar->obterUltimoAcesso(); |
46 | 46 | $this->gravarLog('Ultima data das quantidades de acessos: ' . $data . '. Coletar quantidade de acessos'); |
47 | 47 | |
... | ... | @@ -54,7 +54,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN |
54 | 54 | $this->gravarLog('Coletado. Enviar: '); |
55 | 55 | $enviar->enviarVelocidades($velocidades, $id); |
56 | 56 | |
57 | - $this->gravarLog('Enviado. Coletar os sistemas operacionais dos usuários: '); | |
57 | + $this->gravarLog('Enviado. Coletar os sistemas operacionais dos usuários: '); | |
58 | 58 | $sistemasOperacionaisUsuarios = $coletor->obterSistemasOperacionaisUsuarios(); |
59 | 59 | $this->gravarLog('Coletado. Enviar: '); |
60 | 60 | $enviar->enviarSistemasUsuarios($sistemasOperacionaisUsuarios, $id); |
... | ... | @@ -84,7 +84,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN |
84 | 84 | InfraDebug::getInstance()->setBolLigado(false); |
85 | 85 | InfraDebug::getInstance()->setBolDebugInfra(false); |
86 | 86 | InfraDebug::getInstance()->setBolEcho(false); |
87 | - throw new InfraException('Erro processando estatÃsticas do sistema.', $e); | |
87 | + throw new InfraException('Erro processando estatísticas do sistema.', $e); | |
88 | 88 | } |
89 | 89 | |
90 | 90 | } | ... | ... |