Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenren committed Mar 22, 2016
1 parent 066cca7 commit d707254
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ public static String createPageUrl(final Arguments arguments, int pageNumber){

/**
* Creates an url to sort data by fieldName
* @param page
* @param context
* @param fieldName
* @return
* @param arguments execution context
* @param fieldName sort field name
* @return sort url link
*/
public static String createSortUrl(final Arguments arguments, final String fieldName){
//Params can be prefixed to manage multiple pagination on the same page
Expand Down

0 comments on commit d707254

Please sign in to comment.