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:
parent
a8d42a5aa0
commit
6bc69fa290
22 changed files with 69 additions and 59 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue