перенос проходов в центральный модуль
This commit is contained in:
@@ -20,7 +20,7 @@ public class DeleteLonelyM extends Pass<db_project_info> {
|
||||
protected void body() throws Exception {
|
||||
Vector<db_project_info> targets = target.getLonelyM();
|
||||
for (db_project_info m : targets) {
|
||||
passes.get(PassCode.DeleteVersion).Do(m);
|
||||
Global.mainModule.getPass(PassCode.DeleteVersion).Do(m);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user