mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
More changes to fbreader/network core
This commit is contained in:
parent
62d6b0525f
commit
acf00d5706
15 changed files with 95 additions and 47 deletions
|
@ -32,4 +32,9 @@ public final class RootTree extends NetworkTree {
|
|||
public NetworkLibraryItem getHoldedItem() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getUniqueKey() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue