mirror of
https://github.com/apache/struts.git
synced 2026-08-31 11:24:28 +00:00
881e1b2580
- Made a private ConcurrentMap reference final, made initial sets immutable (consistency). - Made sets for Accepted and Excluded patterns checkers immutable in 2 modules (consistency). - Added @Override annotations missing from a few methods in 2 modules. - Updated the 3 relevant unit tests to verify immutable states of various sets.