no message
This commit is contained in:
@@ -32,7 +32,7 @@ public class ComponentsSet extends DataSet<ComponentType, Component> {
|
||||
return new ComponentsForm(this, mountPanel);
|
||||
}
|
||||
//--
|
||||
public void RefreshUpdatesStatus() {
|
||||
public void refreshUpdatesStatus() {
|
||||
if (getUI() != null)
|
||||
getUI().Refresh();
|
||||
validateStates();
|
||||
@@ -65,4 +65,8 @@ public class ComponentsSet extends DataSet<ComponentType, Component> {
|
||||
}
|
||||
return !bad_state;
|
||||
}
|
||||
public void initialVersionsCheck(){
|
||||
for (Component component : Data.values())
|
||||
component.InitialVersionCheck();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user