Issue #4173 - Ignore logging of failed Resource.getFile()
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
6ac925631c
commit
68cf4f23f1
|
@ -818,7 +818,7 @@ public class WebInfConfiguration extends AbstractConfiguration
|
|||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
LOG.ignore(e);
|
||||
}
|
||||
|
||||
// Use URI itself.
|
||||
|
|
Loading…
Reference in New Issue