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

Remap names in disabled actions list #2173

Merged
merged 1 commit into from
Jan 29, 2021
Merged

Remap names in disabled actions list #2173

merged 1 commit into from
Jan 29, 2021

Conversation

ssalinas
Copy link
Member

/fixes #2171

@ssalinas ssalinas added the staging Merged to staging branch label Jan 28, 2021
@@ -68,20 +68,21 @@ public SingularityDisabledAction getDisabledAction(SingularityAction action) {
new SingularityDisabledAction(
action,
String.format(MESSAGE_FORMAT, action, DEFAULT_MESSAGE),
Optional.<String>empty(),
Optional.empty(),
Copy link
Contributor

@rosalind210 rosalind210 Jan 28, 2021

Choose a reason for hiding this comment

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

Clarification for me, why are you removing the <String> and <Long>?

Copy link
Member Author

Choose a reason for hiding this comment

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

general cleanup. They were needed in older java versions, but not in newer ones. Been cleaning up files as I happen to edit them for other reasons

@rosalind210
Copy link
Contributor

🚢

@ssalinas ssalinas merged commit b8b9327 into master Jan 29, 2021
@ssalinas ssalinas deleted the disabled_actions_fix branch January 29, 2021 14:36
@ssalinas ssalinas added this to the 1.5.0 milestone May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
staging Merged to staging branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some of 'Disabled actions' are not working after rename
2 participants