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

[ELY-2591] Move min method into the PeriodicRotatingFileAuditEndpoint… #1981

Merged
merged 1 commit into from Mar 8, 2024

Conversation

gerjantd
Copy link
Contributor

@gerjantd gerjantd commented Sep 26, 2023

Copy link
Contributor

@PrarthonaPaul PrarthonaPaul left a comment

Choose a reason for hiding this comment

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

LGTM!

@Skyllarr Skyllarr added the +1 DV label Sep 27, 2023
@@ -174,6 +174,10 @@ public static class Builder extends FileAuditEndpoint.Builder {
super();
}

private static <T extends Comparable<? super T>> T min(T a, T b) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@gerjantd Just a total minor, can you please place this method below the public methods in the Builder class for convention reasons? Thank you!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Skyllarr done. I squashed the commits. Do you need a new PR or can you take it from here?

@darranl darranl merged commit f99b312 into wildfly-security:2.x Mar 8, 2024
3 checks passed
@darranl
Copy link
Contributor

darranl commented Mar 8, 2024

Thank you @gerjantd

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