Skip to content

Commit 708bc98

Browse files
committed
improved docs
1 parent 62f47d8 commit 708bc98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/groovy/com/github/hauner/openapi/spring/generatr/SpringGeneratr.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ class SpringGeneratr implements OpenApiGeneratr<ApiOptions> {
4747
void run (ApiOptions options) {
4848
ParseOptions opts = new ParseOptions(
4949
// 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.
50+
// external files with $refs to #/components/schema.
5251
resolve: true
5352
)
5453

0 commit comments

Comments
 (0)