mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[209593] implementor of IHostFilePermissions to extend Cloneable, not IHostFilePermissions, itself
This commit is contained in:
parent
f2fcb656c9
commit
4a8df946f2
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ package org.eclipse.rse.services.files;
|
|||
*
|
||||
*/
|
||||
public class HostFilePermissions implements
|
||||
IHostFilePermissions {
|
||||
IHostFilePermissions, Cloneable {
|
||||
|
||||
private int _permissions = 0;
|
||||
private String _user;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
package org.eclipse.rse.services.files;
|
||||
|
||||
|
||||
public interface IHostFilePermissions extends Cloneable {
|
||||
public interface IHostFilePermissions {
|
||||
|
||||
/**
|
||||
* Permission constant indicating that
|
||||
|
|
Loading…
Add table
Reference in a new issue