#51506: Remove ValueObject and the related data from the MdrStorage maps when a storage is unmounted. BLD200411151900
authormmatula@netbeans.org
Mon, 15 Nov 2004 10:03:28 +0000
changeset 16229c6ef29581c9
parent 1621 7061aed40ec2
child 1623 1b0701a7de2c
#51506: Remove ValueObject and the related data from the MdrStorage maps when a storage is unmounted.
mdr/src/org/netbeans/mdr/storagemodel/MdrStorage.java
     1.1 --- a/mdr/src/org/netbeans/mdr/storagemodel/MdrStorage.java	Sun Nov 14 12:48:09 2004 +0000
     1.2 +++ b/mdr/src/org/netbeans/mdr/storagemodel/MdrStorage.java	Mon Nov 15 10:03:28 2004 +0000
     1.3 @@ -379,6 +379,8 @@
     1.4          this.objByCls.remove(storageId);
     1.5          this.contexts.remove(storageId);
     1.6          this.storages.remove(storageId);
     1.7 +        this.properties.remove(storageId);
     1.8 +        this.valuesObjects.remove(storageId);
     1.9      }
    1.10      
    1.11      /* -------------------------------------------------------------------- */