Skip to content

Commit

Permalink
Add final modifier
Browse files Browse the repository at this point in the history
Co-authored-by: Lam Tran <[email protected]>
  • Loading branch information
salander85 and lojzatran authored Oct 23, 2023
1 parent 6dc8005 commit 1188d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public static void stubClientsCustomObjectService(

public static ProjectApiRoot withTestClient(
final String projectKey,
TriFunction<String, ApiHttpMethod, String, CompletableFuture<ApiHttpResponse<byte[]>>> fn) {
final TriFunction<String, ApiHttpMethod, String, CompletableFuture<ApiHttpResponse<byte[]>>> fn) {
return ApiRootBuilder.of(
request -> {
final String uri = request.getUri() != null ? request.getUri().toString() : "";
Expand Down

0 comments on commit 1188d0e

Please sign in to comment.