Loading src/uws/job/UWSJob.java +10 −8 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ import uws.service.request.UploadFile; * </ul> * * @author Grégory Mantelet (CDS;ARI) * @version 4.3 (03/2018) * @version 4.4 (09/2018) */ public class UWSJob extends SerializableUWSObject { private static final long serialVersionUID = 1L; Loading Loading @@ -383,7 +383,8 @@ public class UWSJob extends SerializableUWSObject { while(files.hasNext()){ try{ files.next().move(this); }catch(IOException ioe){} }catch(IOException ioe){ } } } Loading Loading @@ -438,7 +439,8 @@ public class UWSJob extends SerializableUWSObject { while(files.hasNext()){ try{ files.next().move(this); }catch(IOException ioe){} }catch(IOException ioe){ } } } Loading Loading @@ -1964,7 +1966,7 @@ public class UWSJob extends SerializableUWSObject { } } if (!fullClean){ if (fullClean){ // Clear the error file: if (errorSummary != null && errorSummary.hasDetail()){ try{ Loading Loading
src/uws/job/UWSJob.java +10 −8 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ import uws.service.request.UploadFile; * </ul> * * @author Grégory Mantelet (CDS;ARI) * @version 4.3 (03/2018) * @version 4.4 (09/2018) */ public class UWSJob extends SerializableUWSObject { private static final long serialVersionUID = 1L; Loading Loading @@ -383,7 +383,8 @@ public class UWSJob extends SerializableUWSObject { while(files.hasNext()){ try{ files.next().move(this); }catch(IOException ioe){} }catch(IOException ioe){ } } } Loading Loading @@ -438,7 +439,8 @@ public class UWSJob extends SerializableUWSObject { while(files.hasNext()){ try{ files.next().move(this); }catch(IOException ioe){} }catch(IOException ioe){ } } } Loading Loading @@ -1964,7 +1966,7 @@ public class UWSJob extends SerializableUWSObject { } } if (!fullClean){ if (fullClean){ // Clear the error file: if (errorSummary != null && errorSummary.hasDetail()){ try{ Loading