mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[197976] Fixed properties.setReadOnly() error
This commit is contained in:
parent
7eac8d9b91
commit
aeefefde88
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ public class SystemEditableRemoteFile implements ISystemEditableRemoteObject, IP
|
|||
IFile file = getLocalResource();
|
||||
setReadOnly(file, false);
|
||||
SystemIFileProperties properties = new SystemIFileProperties(file);
|
||||
properties.setReadOnly(true);
|
||||
properties.setReadOnly(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue