IDEMPIERE-454 Easy import
This commit is contained in:
parent
eed4b34f19
commit
629f2da8a8
|
@ -75,7 +75,7 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
{
|
{
|
||||||
private static final String ERROR_HEADER = "_ERROR_";
|
private static final String ERROR_HEADER = "_ERROR_";
|
||||||
private static final String LOG_HEADER = "_LOG_";
|
private static final String LOG_HEADER = "_LOG_";
|
||||||
private static String IMPORT_MODE = null;
|
private String IMPORT_MODE = null;
|
||||||
|
|
||||||
/** Logger */
|
/** Logger */
|
||||||
private static CLogger log = CLogger.getCLogger(GridTabCSVImporter.class);
|
private static CLogger log = CLogger.getCLogger(GridTabCSVImporter.class);
|
||||||
|
@ -1078,7 +1078,7 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
return localFile;
|
return localFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
class ValueComparator implements Comparator<GridTab> {
|
static class ValueComparator implements Comparator<GridTab> {
|
||||||
Map<GridTab,Integer> base;
|
Map<GridTab,Integer> base;
|
||||||
public ValueComparator(Map<GridTab,Integer> base) {
|
public ValueComparator(Map<GridTab,Integer> base) {
|
||||||
this.base = base;
|
this.base = base;
|
||||||
|
|
Loading…
Reference in New Issue