1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +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
* 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
* for duplicates (via the system type id). Duplicates will
* be dropped.