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

NetworkTree.Key as unique key for network tree

This commit is contained in:
Nikolay Pultsin 2011-03-01 14:39:47 +00:00
parent 27b4719781
commit 85df6a5e84
20 changed files with 137 additions and 65 deletions

View file

@ -34,7 +34,7 @@ public final class RootTree extends NetworkTree {
}
@Override
public String getUniqueKey() {
return null;
protected String getStringId() {
return "@Root";
}
}