mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
Bug 162489 - subsystem port number not being persisted
This commit is contained in:
parent
0f47ce8874
commit
0420688abf
1 changed files with 2 additions and 1 deletions
|
@ -511,7 +511,8 @@ public class SystemViewSubSystemAdapter extends AbstractSystemViewAdapter
|
|||
}
|
||||
int portInt = portInteger.intValue();
|
||||
ISubSystemConfiguration ssFactory = subsys.getSubSystemConfiguration();
|
||||
ssFactory.updateSubSystem(subsys, false, subsys.getLocalUserId(), true, portInt);
|
||||
ssFactory.updateSubSystem(subsys, false, subsys.getLocalUserId(), true, portInt);
|
||||
subsys.commit();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue