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

Various minor code cleanup #1109

Merged
merged 4 commits into from
Dec 10, 2024
Merged

Various minor code cleanup #1109

merged 4 commits into from
Dec 10, 2024

Conversation

gnodet
Copy link
Member

@gnodet gnodet commented Nov 8, 2024

No description provided.

curPos = lineEditor.editBuffer(op, curPos);
break;
Operation op = bindingReader.readBinding(fileKeyMap);
if (Objects.requireNonNull(op) == Operation.ACCEPT) {
Copy link
Member Author

Choose a reason for hiding this comment

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

This requireNonNull should be removed imho

@gnodet gnodet changed the title Cleanup Various minor code cleanup Dec 10, 2024
@gnodet gnodet added this to the 3.27.2 milestone Dec 10, 2024
@gnodet gnodet added the chore label Dec 10, 2024
@gnodet gnodet merged commit c978a7d into jline:master Dec 10, 2024
5 checks passed
@gnodet gnodet deleted the cleanup branch December 10, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant