I found a very small mistake. : )
9.3. Field (Constant) Declarations.
Every field declaration in the body of an interface delaration is implicitly public, static, and final. It is permitted to redundantly specify any or all of these modifiers for such fields.
Comment From: pivotal-cla
@OnlyWick Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-cla
@OnlyWick Thank you for signing the Contributor License Agreement!
Comment From: OnlyWick
@sbrannen
Comment From: OnlyWick
"final" does not need to be removed, but you have also made the constructor private.
Comment From: sbrannen
Hi @OnlyWick,
Congratulations on submitting your first PR for the Spring Framework! 👍
This has been merged into main
.
For future reference, please do not @-mention individual maintainers of the framework. Somebody from the team will get to your PR when they have time.
Also, please try to refrain from submitting PRs with a single small change like that. We prefer to manage such changes in batches. So if you find something like that, please attempt to find all such occurrences in the code base and submit a single PR to address the issue on a broader scale.
Thanks
Comment From: sbrannen
9.3. Field (Constant) Declarations.
Every field declaration in the body of an interface delaration is implicitly public, static, and final. It is permitted to redundantly specify any or all of these modifiers for such fields.
I assume you meant to reference "9.5. Member Class and Interface Declarations".