Skip to content

Commit 9c61602

Browse files
committed
Javadoc comments
1 parent 33b5f51 commit 9c61602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/thymeleaf/dialect/springdata/util/PageUtils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ public static String createPageUrl(final ITemplateContext context, int pageNumbe
9494
/**
9595
* Creates an url to sort data by fieldName
9696
*
97-
* @param context
98-
* @param fieldName
99-
* @return
97+
* @param context execution context
98+
* @param fieldName field name to sort
99+
* @return sort URL
100100
*/
101101
public static String createSortUrl(final ITemplateContext context, final String fieldName) {
102102
// Params can be prefixed to manage multiple pagination on the same page

0 commit comments

Comments
 (0)