no message
This commit is contained in:
@@ -48,6 +48,6 @@ public class InstallComponentFromFolder extends CurrentComponentPass {
|
||||
}
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
Global.components.RefreshUpdatesStatus();
|
||||
Global.components.refreshUpdatesStatus();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,7 +120,7 @@ public class PublishComponent extends ComponentsRepositoryPass<Component> {
|
||||
}
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
Global.components.RefreshUpdatesStatus();
|
||||
Global.components.refreshUpdatesStatus();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -58,6 +58,6 @@ public class ResurrectComponent extends CurrentComponentPass {
|
||||
}
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
Global.components.RefreshUpdatesStatus();
|
||||
Global.components.refreshUpdatesStatus();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,6 +116,6 @@ public class ResurrectComponentFromServer extends CurrentComponentPass {
|
||||
}
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
Global.components.RefreshUpdatesStatus();
|
||||
Global.components.refreshUpdatesStatus();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,6 +43,6 @@ public class UpdateComponent extends Pass<Component> {
|
||||
}
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
Global.components.RefreshUpdatesStatus();
|
||||
Global.components.refreshUpdatesStatus();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user