перенос проходов в центральный модуль
This commit is contained in:
@@ -16,7 +16,7 @@ public class OpenCurrentFile extends Pass<DBProjectFile> {
|
||||
@Override
|
||||
protected void performPreparation() throws Exception {
|
||||
//закрыть старый текущий файл.
|
||||
passes.get(PassCode.CloseCurrentFile).Do();
|
||||
Global.mainModule.getPass(PassCode.CloseCurrentFile).Do();
|
||||
}
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user