1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[cleanup] removing warning caused by misspelled link

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

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 RSECoreRegistry}.
* be called only once for each provider from {@link IRSECoreRegistry}.
* The list of the returned RSE system types will be checked
* for duplicates (via the system type id). Duplicates will
* be dropped.