Commit 2548fea076f62c2685102aa0b13acf2ce0898e33
1 parent
b7d8fb09
Exists in
master
Correção da documentação - Pagination
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
documentation/reference/pt-BR/paginacao.xml
| ... | ... | @@ -93,10 +93,10 @@ public class PaginationContext { |
| 93 | 93 | @Configuration |
| 94 | 94 | public class PaginationConfig { |
| 95 | 95 | |
| 96 | - @Key("default_page_size") | |
| 96 | + @Name("default_page_size") | |
| 97 | 97 | private int defaultPageSize = 10; |
| 98 | 98 | |
| 99 | - @Key("max_page_links") | |
| 99 | + @Name("max_page_links") | |
| 100 | 100 | private int maxPageLinks = 5; |
| 101 | 101 | }]]></programlisting> |
| 102 | 102 | ... | ... |