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

Sort events in NodeDiff for ease of use #1238

Merged
merged 1 commit into from
May 26, 2022
Merged

Sort events in NodeDiff for ease of use #1238

merged 1 commit into from
May 26, 2022

Conversation

kstich
Copy link
Contributor

@kstich kstich commented May 25, 2022

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kstich kstich requested a review from a team as a code owner May 25, 2022 23:13
.collect(Collectors.toList());
}

Stream<String> findDifferences(Node actual, Node expected, String prefix) {
private Stream<String> findDifferences(Node actual, Node expected, String prefix) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is package private but unused elsewhere, so locking it down seems safe and ensures sorted events still.

@kstich kstich merged commit 26d47b4 into main May 26, 2022
@kstich kstich deleted the order_node_diff branch May 26, 2022 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants