Skip to content
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

Polish org.springframework.scheduling.support.CronExpression#isValidExpression #34321

Closed
wants to merge 1 commit into from

Conversation

IsAurora6
Copy link

The ‘parse’ method called by the ‘isValidExpression’ method already uses ‘Assert.hasLength’ first to check if the input of the parameter being checked is empty or null, so it is not necessary to make the null judgement first in ‘isValidExpression’.

…xpression

Signed-off-by: 随风 <2721885092@qq.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 25, 2025
@IsAurora6 IsAurora6 closed this Jan 25, 2025
@bclozel
Copy link
Member

bclozel commented Jan 25, 2025

@IsAurora6 please run the build locally before submitting your next PR.

@bclozel bclozel added status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants