рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -21,7 +21,7 @@ public class SynchronizeBugReports extends ComponentsRepositoryPass<Object> {
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
return Current.getAccount().CheckRegistered(Log);
|
||||
return Global.mainModule.getAccount().CheckRegistered(Log);
|
||||
}
|
||||
@Override
|
||||
protected void showPreparation() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user