Polishing

This commit is contained in:
Juergen Hoeller
2016-08-10 16:21:35 +02:00
parent 67ba187b6f
commit 35e247aa26
6 changed files with 24 additions and 16 deletions

View File

@@ -288,7 +288,7 @@ public class ServletWebRequest extends ServletRequestAttributes implements Nativ
}
return HttpStatus.valueOf(response.getStatus()).is2xxSuccessful();
}
catch (IllegalArgumentException e) {
catch (IllegalArgumentException ex) {
return true;
}
}