Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@96618 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-04 14:22:47 +00:00
parent ac189adcb6
commit 9621ec4d17
2 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@ public class SessionUtil {
CSVFileUploadSession fileUploadSession = (CSVFileUploadSession) httpSession CSVFileUploadSession fileUploadSession = (CSVFileUploadSession) httpSession
.getAttribute(SessionConstants.CSV_IMPORT_FILE_UPLOAD_SESSION); .getAttribute(SessionConstants.CSV_IMPORT_FILE_UPLOAD_SESSION);
if (fileUploadSession == null) { if (fileUploadSession == null) {
logger.error("FileUploadSession was not acquired"); logger.error("CSVFileUploadSession was not acquired");
} }
return fileUploadSession; return fileUploadSession;
} }

View File

@ -114,7 +114,7 @@ public class FileUtil {
fileTmp.deleteOnExit(); fileTmp.deleteOnExit();
logger.trace("mimeType: " + mimeType); logger.debug("Import File mimeType: " + mimeType);
if (isZipContentType(mimeType)) { if (isZipContentType(mimeType)) {
// we need to unzip // we need to unzip
logger.trace("is a zip file"); logger.trace("is a zip file");