fix names in kiosklist

blub
This commit is contained in:
Christian Schabesberger 2018-07-13 19:08:50 +02:00
parent 28788a05db
commit 8ee068fd98

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;
}
}