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

renaming: UrlInfo -> UrlInfoWithDate

This commit is contained in:
Nikolay Pultsin 2011-04-15 20:05:24 +01:00
parent 9cb85dc4e0
commit a22632af7e
12 changed files with 45 additions and 45 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, Map<String,UrlInfo> infos) {
String title, String summary, Map<String,UrlInfoWithDate> infos) {
if (title != null &&
siteName != null &&
infos.get(INetworkLink.URL_MAIN) != null) {