1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

[304170] [api] ISystemFileTypes and ISystemFileTransferModeMapping should be marked @noimplement

This commit is contained in:
David McKnight 2010-03-10 17:28:09 +00:00
parent 595029e132
commit 2bc871499c

View file

@ -14,10 +14,16 @@
* Contributors:
* David McKnight (IBM) - [208951] new priority field
* David McKnight (IBM) - [283033] remoteFileTypes extension point should include "xml" type
* David McKnight (IBM) - [304170] [api] ISystemFileTypes and ISystemFileTransferModeMapping should be marked @noimplement
*******************************************************************************/
package org.eclipse.rse.subsystems.files.core.model;
/**
* Interface using for determining the mapping for a particular file type.
*
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface ISystemFileTransferModeMapping {
/**