Skip to content

Commit 96c31ae

Browse files
committed
apply google-code-style to Authentication to make it consistent with rest of auth code
1 parent 83e371c commit 96c31ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import java.util.Map;
88
import java.util.List;
99

1010
public interface Authentication {
11-
/**
12-
* Apply authentication settings to header and query params.
13-
*
14-
* @param queryParams List of query parameters
15-
* @param headerParams Map of header parameters
16-
* @param cookieParams Map of cookie parameters
17-
*/
18-
void applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams);
11+
/**
12+
* Apply authentication settings to header and query params.
13+
*
14+
* @param queryParams List of query parameters
15+
* @param headerParams Map of header parameters
16+
* @param cookieParams Map of cookie parameters
17+
*/
18+
void applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams);
1919
}

0 commit comments

Comments
 (0)