You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/04/30 10:16:46 UTC

[GitHub] [commons-fileupload] jochenw commented on pull request #69: FILEUPLOAD-318 - Use try with resource

jochenw commented on pull request #69:
URL: https://github.com/apache/commons-fileupload/pull/69#issuecomment-829994588


   I still notice something like
   
           } catch (IOException e) {
               throw new IOException("Unexpected input data");
           }
   
   Change that to `throw new UncheckedIOException(e)`, please.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org