1
0
Fork 0
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:
David McKnight 2008-01-23 17:23:56 +00:00
parent f2fcb656c9
commit 4a8df946f2
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ package org.eclipse.rse.services.files;
*
*/
public class HostFilePermissions implements
IHostFilePermissions {
IHostFilePermissions, Cloneable {
private int _permissions = 0;
private String _user;

View file

@ -14,7 +14,7 @@
package org.eclipse.rse.services.files;
public interface IHostFilePermissions extends Cloneable {
public interface IHostFilePermissions {
/**
* Permission constant indicating that