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

[cleanup] make javadoc spec of getSubsystemConfigurationIds() more exact

This commit is contained in:
Martin Oberhuber 2007-02-12 11:01:28 +00:00
parent 55e4312233
commit f5f8bc7099

View file

@ -123,7 +123,8 @@ public interface IRSESystemType extends IAdaptable {
* subsystem configurations exist. The list contains only possibilites not,
* requirements.
*
* @return The list of subsystem configuration id or <code>null</code>.
* @return The list of subsystem configuration id's. May be empty,
* but never <code>null</code>.
*/
public String[] getSubsystemConfigurationIds();