mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
rse.ui to rse.core refactoring
This commit is contained in:
parent
cc82106cdf
commit
b21ec93769
1 changed files with 1 additions and 2 deletions
|
@ -1469,8 +1469,7 @@ public class SubSystemConfigurationAdapter implements ISubSystemConfigurationAda
|
|||
|
||||
|
||||
public ISystemValidator getUserIdValidator(ISubSystemConfiguration config) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
return ((SubSystemConfiguration)config).getUserIdValidator();
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue