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 13144
Collapse All | Expand All

(-)wasp/wasp10/src/com/idoox/nbm/wasptools/soapizer/SoapizerDataEditor.java (-1 / +1 lines)
Lines 82-88 Link Here
82
        }
82
        }
83
83
84
        protected FileLock takeLock () throws IOException {
84
        protected FileLock takeLock () throws IOException {
85
            return getDataObject ().getPrimaryFile ().lock ();
85
            return getSoapizerDataObject ().getPrimaryEntry ().takeLock ();
86
        }
86
        }
87
87
88
        public void save () throws IOException {
88
        public void save () throws IOException {

Return to bug 13144