Skip to content

Commit 0f0e218

Browse files
committed
update comment
1 parent cb18fc6 commit 0f0e218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/OpenAPINormalizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ protected void normalizeHeaders(Map<String, Header> headers) {
559559

560560
for (String headerKey : headers.keySet()) {
561561
Header h = headers.get(headerKey);
562-
if (h.getSchema() != null) { // a $ref header
562+
if (h.getSchema() != null) { // not a $ref header
563563
// example of header class
564564
// description: null
565565
// required: null

0 commit comments

Comments
 (0)