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:
parent
27b4719781
commit
85df6a5e84
20 changed files with 137 additions and 65 deletions
|
@ -34,7 +34,7 @@ public final class RootTree extends NetworkTree {
|
|||
}
|
||||
|
||||
@Override
|
||||
public String getUniqueKey() {
|
||||
return null;
|
||||
protected String getStringId() {
|
||||
return "@Root";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue