Skip to content

Commit 678126d

Browse files
Update Authentication.mustache webclient
1 parent a4f7d15 commit 678126d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/openapi-generator/src/main/resources/Java/libraries/webclient/auth/Authentication.mustache

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ package {{invokerPackage}}.auth;
55
import org.springframework.http.HttpHeaders;
66
import org.springframework.util.MultiValueMap;
77

8+
{{>generatedAnnotation}}
89
public interface Authentication {
910
/**
1011
* Apply authentication settings to header and / or query parameters.
12+
*
1113
* @param queryParams The query parameters for the request
1214
* @param headerParams The header parameters for the request
1315
* @param cookieParams The cookie parameters for the request
1416
*/
15-
public void applyToParams(MultiValueMap<String, String> queryParams, HttpHeaders headerParams, MultiValueMap<String, String> cookieParams);
17+
void applyToParams(MultiValueMap<String, String> queryParams, HttpHeaders headerParams, MultiValueMap<String, String> cookieParams);
1618
}

0 commit comments

Comments
 (0)