improve error handling

This commit is contained in:
Sebastian Sdorra
2013-06-23 11:44:11 +02:00
parent d9d571feaa
commit bf059df025

View File

@@ -249,11 +249,7 @@ public final class WebUtil
}
catch (ParseException ex)
{
logger.warn(ex.getMessage(), ex);
}
catch (NumberFormatException ex)
{
logger.warn(ex.getMessage(), ex);
logger.warn("could not parse http date", ex);
}
}