mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-06 07:45:50 +02:00
[cleanup] make javadoc spec of getSubsystemConfigurationIds() more exact
This commit is contained in:
parent
55e4312233
commit
f5f8bc7099
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ public interface IRSESystemType extends IAdaptable {
|
||||||
* subsystem configurations exist. The list contains only possibilites not,
|
* subsystem configurations exist. The list contains only possibilites not,
|
||||||
* requirements.
|
* 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();
|
public String[] getSubsystemConfigurationIds();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue