Skip to content

Commit

Permalink
victools#484 add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdh committed Oct 16, 2024
1 parent 6c385a2 commit 718e6c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jsonschema-module-microprofile-openapi-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ It is recommended to use identical versions for both dependencies to ensure comp
#### Passing into SchemaGeneratorConfigBuilder.with(Module)

```java


import com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder;
import com.github.victools.jsonschema.generator.SchemaVersion;
import com.github.victools.jsonschema.module.microprofile.openapi3.MicroProfileOpenApi3Module;
```
```java
MicroProfileOpenApi3Module module = new MicroProfileOpenApi3Module();
Expand Down

0 comments on commit 718e6c2

Please # to comment.