Skip to content

Renamed setJobIncrementer to setJobInstanceIncrementer in JdbcJobInst… #3933

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

Closed

Conversation

parikshitdutta
Copy link
Contributor

Closes #3929

* @since 5.0
*/
public void setJobInstanceIncrementer(DataFieldMaxValueIncrementer jobIncrementer) {
this.jobIncrementer = jobIncrementer;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parameter and field could also be renamed to jobInstanceIncrementer here. I will do that on merge.

fmbenhassine added a commit that referenced this pull request Sep 10, 2021
* Remove usage of the newly deprecated method
* Rename fields/variables/parameters to be more explicit
@fmbenhassine
Copy link
Contributor

Rebased and merged as 49134ea. Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename setJobIncrementer to setJobInstanceIncrementer in JdbcJobInstanceDao
2 participants