mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-18 12:25:08 +00:00
Apply an Eclipse cleanup rules to ensure that fields are always accessed using `this.`. This aligns with the style used by Spring Framework and helps users quickly see the difference between a local and member variable. Issue gh-8945