Commit 7a75ceec39d970c117e248ee8ce0248becd4ea8c
1 parent
756b1033
Exists in
master
Corrige aspas no código-fonte no cap. 15 da referência.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
documentation/reference/pt-BR/security.xml
@@ -77,8 +77,8 @@ public class Credential { | @@ -77,8 +77,8 @@ public class Credential { | ||
77 | private SecurityContext context; | 77 | private SecurityContext context; |
78 | 78 | ||
79 | public void metodo1() { | 79 | public void metodo1() { |
80 | - credential.setLogin(“usuario1”); | ||
81 | - credential.setSenha(“123”); | 80 | + credential.setLogin("usuario1"); |
81 | + credential.setSenha("123"); | ||
82 | context.login(); | 82 | context.login(); |
83 | // codigo do metodo | 83 | // codigo do metodo |
84 | context.logout(); | 84 | context.logout(); |