no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import Common_old.UI.Windows.Dialog.Text.ReadOnlyMultilineTextForm;
|
||||
import Common_old.Utils.Utils;
|
||||
@@ -50,7 +51,7 @@ public class ShowComponentChangesLog extends ComponentsRepositoryPass<Component>
|
||||
for (int i = lines.size() - 1; i >= 0; i--)
|
||||
res.add(lines.get(i));
|
||||
ff.ShowDialog("Журнал изменений компонента " +
|
||||
Utils.Brackets(target.getComponentType().getDescription()),
|
||||
CommonUtils.Brackets(target.getComponentType().getDescription()),
|
||||
String.join("\n", res)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user