This commit is contained in:
Thierry Parmentelat 2017-05-10 16:15:43 +02:00
parent f16b0cf21d
commit 936a921d8a
21 changed files with 57 additions and 57 deletions

View file

@ -117,9 +117,9 @@ delete family.mother.husband;
![](family-delete-refs.png)
It's not enough to delete any one of them, because all objects would still be reachable.
It's not enough to delete only one of these two references, because all objects would still be reachable.
But if we delete both, then we can see that John has no incoming references any more:
But if we delete both, then we can see that John has no incoming reference any more:
![](family-no-father.png)