Skip to content

Commit 86a4630

Browse files
committed
Minor documentation fixes
1 parent 02b46f2 commit 86a4630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Here you can find the release notes for this project. Please note that list of releases is available also in the [releases](https://github.com/Yelp/swagger-gradle-codegen/releases) page on Github.
44

5-
## v1.4.1 (2020-02-22)
5+
## v1.4.1 (2020-02-21)
66

77
* 🐛 `headersToRemove` should apply also to top level headers (e.g. `X-Operation-ID` or `Content-Type`) [#121]
88

gradle-plugin/plugin/src/main/java/com/yelp/codegen/KotlinGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ open class KotlinGenerator : SharedCodegen() {
511511
}
512512
}
513513

514-
// Process the
514+
// Process the headers from the `headersToIgnore` config feature.
515515
val headersToIgnore = getHeadersToIgnore()
516516
topLevelHeaders.removeIf { it.first in headersToIgnore }
517517

0 commit comments

Comments
 (0)