1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Checkstyle Fixes

- Javadoc tag ordering
- Private constructors before inner classes

Issue gh-10394
This commit is contained in:
Rob Winch
2021-10-18 18:22:54 -05:00
parent 0c088e278a
commit f836897190
59 changed files with 100 additions and 101 deletions
@@ -29,9 +29,9 @@ import org.springframework.util.Assert;
/**
* Simple expression configuration attribute for use in {@link Message} authorizations.
*
* @since 4.0
* @author Rob Winch
* @author Daniel Bustamante Ospina
* @since 4.0
*/
@SuppressWarnings("serial")
class MessageExpressionConfigAttribute implements ConfigAttribute, EvaluationContextPostProcessor<Message<?>> {