Project

General

Profile

« Previous | Next » 

Revision 48023

integrated latest changes from dnet40

View differences:

FilesystemIterable.java
103 103
				if (setObjIdentifierFromFileName) {
104 104
					return addObjIdentifier(cleanedXML, FilenameUtils.getBaseName(inputFileName));
105 105
				} else return cleanedXML;
106
			}catch (VTDException e) {
106
			} catch (VTDException e) {
107 107
				log.error("Cannot process with VTD to set the objIdentifier " + inputFileName);
108 108
				return "";
109
			}
110
			catch (Exception e) {
109
			} catch (Exception e) {
111 110
				log.error("Unable to read " + inputFileName);
112 111
				return "";
113 112
			} finally {

Also available in: Unified diff