Commit fc9a146154dd787a6b0515d6dbd4ab49642709ee
1 parent
cd3a3fef
Exists in
master
Ajuste no exemplo de paginação.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
documentation/reference/pt-BR/paginacao.xml
| @@ -94,7 +94,7 @@ | @@ -94,7 +94,7 @@ | ||
| 94 | 94 | ||
| 95 | public Pagination getPagination(Class<?> clazz) { ... } | 95 | public Pagination getPagination(Class<?> clazz) { ... } |
| 96 | 96 | ||
| 97 | - public Pagination get -->Pagination(Class<?> clazz, boolean create) { ... } | 97 | + public Pagination getPagination(Class<?> clazz, boolean create) { ... } |
| 98 | 98 | ||
| 99 | } | 99 | } |
| 100 | 100 |