Fix Javadoc errors

This commit is contained in:
Dave Syer
2012-11-25 12:53:14 +00:00
parent b3eb28c100
commit 09bf67859d
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ public interface PagingQueryProvider {
* Returns either a String to be used as the named placeholder for a sort key value (based on the column name)
* or a ? for unnamed parameters.
*
* @param The sort key name
* @param keyName The sort key name
* @return The string to be used for a parameterized query.
*/
String getSortKeyPlaceHolder(String keyName);

View File

@@ -124,7 +124,7 @@ public class SqlPagingQueryProviderFactoryBean implements FactoryBean {
}
/**
* @param sortKeys the sortKey to set
* @param sortKeys the sortKeys to set
*/
public void setSortKeys(Map<String, Order> sortKeys) {
this.sortKeys = sortKeys;