added support for large number of beans during AOT Compilation and removed unnecessary changes

This commit is contained in:
Harsh Vardhan Singh 2025-06-24 11:15:18 +05:30
parent b3872e939f
commit 514e2ebe7e
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ public final class MockServerHttpRequest extends AbstractServerHttpRequest {
this.headers.setIfUnmodifiedSince(ifUnmodifiedSince);
return this;
}
@Override
public BodyBuilder ifNoneMatch(String... ifNoneMatches) {
this.headers.setIfNoneMatch(Arrays.asList(ifNoneMatches));