1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00

String => CharSequnce; better book annotation displaying

This commit is contained in:
Nikolay Pultsin 2011-05-08 02:02:36 +01:00
parent a8d42a5aa0
commit 6bc69fa290
22 changed files with 69 additions and 59 deletions

View file

@ -95,7 +95,7 @@ public class NetworkBookItem extends NetworkItem {
* @param urls list of urls related to this book. Can be <code>null</code>.
*/
public NetworkBookItem(INetworkLink link, String id, int index,
String title, String summary, /*String language, String date,*/
CharSequence title, CharSequence summary, /*String language, String date,*/
List<AuthorData> authors, List<String> tags, String seriesTitle, float indexInSeries,
UrlInfoCollection urls) {
super(link, title, summary, urls);