Fix of VirtualsDataObject recognition. BLD200303210100
authortzezula@netbeans.org
Thu, 20 Mar 2003 15:39:55 +0000
changeset 32996699d871fd50
parent 3298 51dad6570e66
child 3300 49f6666e5c6e
Fix of VirtualsDataObject recognition.
vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java
     1.1 --- a/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java	Thu Mar 20 13:51:34 2003 +0000
     1.2 +++ b/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java	Thu Mar 20 15:39:55 2003 +0000
     1.3 @@ -1366,6 +1366,7 @@
     1.4          if (this.nonLocals.remove (fullName)) {
     1.5              try {
     1.6                  fo.setAttribute ("NetBeansAttrAssignedLoader", VirtualsDataLoader.class.getName());       //NoI18N
     1.7 +                ((CacheReference)result).setVirtual (true);     //The reference is not valid in the writeAttr yet
     1.8              } catch (IOException e) {}
     1.9          }
    1.10          return result;