рефакторинг. переносил текущие объекты в другое место

This commit is contained in:
2024-10-13 22:08:13 +03:00
parent 09b64218bd
commit 6afa2dc892
240 changed files with 1472 additions and 1518 deletions

View File

@@ -42,7 +42,7 @@ public abstract class RepositoryServerSSHPass extends ConnectionPass {
//--
RemoteFile StartLog = new RemoteFile(serverHome, Constants.STARTED +
"_by_" +
Current.getAccount().email +
Global.mainModule.getAccount().email +
"_" +
new Date().toString()
);
@@ -74,7 +74,7 @@ public abstract class RepositoryServerSSHPass extends ConnectionPass {
ShowMessage1("Журнализация");
RemoteFile AbortLog = new RemoteFile(serverHome, Constants.ABORTED +
"_by_" +
Current.getAccount().email +
Global.mainModule.getAccount().email +
"_" +
new Date().toString()
);