Issue #4173 - Ignore logging of failed Resource.getFile()

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2019-11-04 16:03:01 -06:00
parent 6ac925631c
commit 68cf4f23f1
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ public class WebInfConfiguration extends AbstractConfiguration
}
catch (IOException e)
{
e.printStackTrace();
LOG.ignore(e);
}
// Use URI itself.