1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

URLInfo -> UrlInfo

This commit is contained in:
Nikolay Pultsin 2011-03-04 16:04:58 +00:00
parent 401b38d746
commit 16fd2dd17e
11 changed files with 103 additions and 36 deletions

View file

@ -179,7 +179,7 @@ public class NetworkLibrary {
db.loadCustomLinks(
new NetworkDatabase.ICustomLinksHandler() {
public void handleCustomLinkData(int id, String siteName,
String title, String summary, String icon, Map<String,URLInfo> infos) {
String title, String summary, String icon, Map<String,UrlInfo> infos) {
final ICustomNetworkLink link = OPDSLinkReader.createCustomLink(id, siteName, title, summary, icon, infos);
if (link != null) {
addLinkInternal(link);