рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -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()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user