Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@98982 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
42c484612f
commit
10238bc416
|
@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
|
|||
*/
|
||||
public class CSVFileUtil {
|
||||
|
||||
private static final int MAXROWCHECK = 500000;
|
||||
private static final int MAXROWCHECK = 1000000;
|
||||
protected static Logger logger = LoggerFactory.getLogger(CSVFileUtil.class);
|
||||
|
||||
public static ArrayList<String> getHeader(File csvFile,
|
||||
|
|
Loading…
Reference in New Issue