IDEMPIERE-2544 remove minor warning

This commit is contained in:
Carlos Ruiz 2017-12-03 14:46:10 +01:00
parent 7245687377
commit 73511f25bb
1 changed files with 0 additions and 2 deletions

View File

@ -1463,8 +1463,6 @@ public class GridTabCSVImporter implements IGridTabImporter
}
private int resolveForeign(String foreignTable, String foreignColumn, Object value,Trx trx) {
int id = -1;
boolean systemAccess = false;
if (!"AD_Client".equals(foreignTable)) {
MTable ft = MTable.get(Env.getCtx(), foreignTable);