With caching we get concurrency issues, so synchronize..
This commit is contained in:
parent
ddfb975510
commit
75beeacab7
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ public class DirectoryEntry extends Entry {
|
|||
return null;
|
||||
}
|
||||
|
||||
protected void loadChildren() {
|
||||
protected synchronized void loadChildren() {
|
||||
|
||||
if (childrenLoaded) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue