Skip to content

Commit b719a24

Browse files
committed
fixed build error
1 parent 23cef0e commit b719a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/CodegenOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public boolean getHasQueryParams() {
7575

7676
// Check if one of the authMethods is a query param
7777
for (CodegenSecurity sec : authMethods) {
78-
if (sec.isKeyInQuery) {
78+
if (sec.getIsKeyInQuery()) {
7979
return true;
8080
}
8181
}

0 commit comments

Comments
 (0)