IDEMPIERE-454 Easy import

This commit is contained in:
Carlos Ruiz 2013-03-28 15:27:28 -05:00
parent eed4b34f19
commit 629f2da8a8
1 changed files with 2 additions and 2 deletions

View File

@ -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;