fix names in kiosklist
blub
This commit is contained in:
parent
28788a05db
commit
8ee068fd98
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue