1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

[cleanup] reverting to original comment

This commit is contained in:
David Dykstal 2007-02-07 19:02:29 +00:00
parent f618ace47a
commit d1e046ebdd

View file

@ -23,7 +23,7 @@ public interface IRSESystemTypeProvider {
/** /**
* Returns a list of possible RSE system types to register * Returns a list of possible RSE system types to register
* at initialization of the RSE core system. The method will * at initialization of the RSE core system. The method will
* be called only once for each provider from {@link IRSECoreRegistry}. * be called only once for each provider from {@link RSECoreRegistry}.
* The list of the returned RSE system types will be checked * The list of the returned RSE system types will be checked
* for duplicates (via the system type id). Duplicates will * for duplicates (via the system type id). Duplicates will
* be dropped. * be dropped.