-
Notifications
You must be signed in to change notification settings - Fork 38.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant static
declaration on Search
class
#31381
Remove redundant static
declaration on Search
class
#31381
Conversation
@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. |
@OnlyWick Thank you for signing the Contributor License Agreement! |
02b76dc
to
d8457cc
Compare
This comment was marked as outdated.
This comment was marked as outdated.
"final" does not need to be removed, but you have also made the constructor private. |
static
declaration on Search
static
declaration on Search
static
declaration on Search
class
Hi @OnlyWick, Congratulations on submitting your first PR for the Spring Framework! 👍 This has been merged into 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 |
I assume you meant to reference "9.5. Member Class and Interface Declarations". |
I found a very small mistake. : )
9.3. Field (Constant) Declarations.