Refactoring output
This commit is contained in:
parent
870779d55d
commit
26c1fd84c7
1 changed files with 2 additions and 0 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue