This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 79722
Collapse All | Expand All

(-)MultiFileSystem.java (+4 lines)
Lines 637-641 Link Here
637
629
638
    static boolean isMaskFile(FileObject fo) {
630
    static boolean isMaskFile(FileObject fo) {
639
        return fo.getExt().endsWith(MASK);
631
        return fo.getExt().endsWith(MASK);
632
    }
633
    
634
    protected Object readAttribute(FileObject fo, String attrName) {
635
        return ((MultiFileObject)fo).getAttributeDefault(attrName);
640
    }
636
    }
641
}
637
}

Return to bug 79722