Fix typo in ListLinkHandlerFactory#getUrl

This commit is contained in:
TobiGr 2020-12-17 10:18:07 +01:00
parent 942d840624
commit c9d9bd1e24
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public abstract class ListLinkHandlerFactory extends LinkHandlerFactory {
* however it should not be overridden by the actual implementation.
*
* @param id
* @return the url coresponding to id without any filters applied
* @return the url corresponding to id without any filters applied
*/
public String getUrl(String id) throws ParsingException {
return getUrl(id, new ArrayList<String>(0), "");