fix names in kiosklist
blub
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user