Refactoring output

This commit is contained in:
psemenkov 2022-09-28 18:23:13 +03:00
parent 870779d55d
commit 26c1fd84c7

View file

@ -51,6 +51,8 @@ public class IMDGApplication {
tableName = ((BusinessObjectMapStore<?>) mapStore).getTableName();
} else if (mapName.equals("default")) {
continue;
} else {
System.out.println(tableName);
}
nameTables.remove(tableName.toLowerCase());
}