1
0
Fork 0
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:
Vasiliy Bout 2011-01-26 17:47:25 +03:00 committed by Nikolay Pultsin
parent 62d6b0525f
commit acf00d5706
15 changed files with 95 additions and 47 deletions

View file

@ -32,4 +32,9 @@ public final class RootTree extends NetworkTree {
public NetworkLibraryItem getHoldedItem() {
return null;
}
@Override
public String getUniqueKey() {
return null;
}
}