We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f47d8 commit 708bc98Copy full SHA for 708bc98
src/main/groovy/com/github/hauner/openapi/spring/generatr/SpringGeneratr.groovy
@@ -47,8 +47,7 @@ class SpringGeneratr implements OpenApiGeneratr<ApiOptions> {
47
void run (ApiOptions options) {
48
ParseOptions opts = new ParseOptions(
49
// loads $refs to other files into #/components/schema and replaces the $refs to the
50
- // external files with $refs to #/components/schema. The generatr can now always
51
- // generate the model based on #/components/schema.
+ // external files with $refs to #/components/schema.
52
resolve: true
53
)
54
0 commit comments