mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
5a835cf6ac
- Use Java 7 features like diamond operator - Improve some logging message and don't check LOG.isXxx if not necessary - Fix some typos - Use BooleanUtils.toBoolean(string) instead of "true".isEquals to be more robust