fix names in kiosklist

blub
This commit is contained in:
Christian Schabesberger 2018-07-13 19:08:50 +02:00
parent 28788a05db
commit 8ee068fd98
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class KioskList {
throw new ExtractionException("Could not find a kiosk that fits to the url: " + url);
}
public ListLinkHandlerFactory getUIHFactoryByType(String type) {
public ListLinkHandlerFactory getListLinkHandlerFactoryByType(String type) {
return kioskList.get(type).handlerFactory;
}
}