mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
code has been changed to be compilable on my Mac (@Override annotations has been removed for methods without an implementation in a base class)
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1090 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
0752ad6579
commit
0e2cf10b61
4 changed files with 0 additions and 7 deletions
|
@ -39,7 +39,6 @@ public class NetworkBookItem extends NetworkLibraryItem {
|
|||
SortKey = sortKey;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int compareTo(AuthorData data) {
|
||||
int key = SortKey.compareTo(data.SortKey);
|
||||
if (key != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue