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:
parent
9cb85dc4e0
commit
a22632af7e
12 changed files with 45 additions and 45 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue