We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
constructor:
public SchemaExtension(URI schemaBaseUri) { this(null, schemaBaseUri); }
refers to:
public SchemaExtension(String extensionId, URI schemaBaseUri) { super(); Validate.notNull(extensionId); Validate.notNull(schemaBaseUri); if(StringUtils.isNoneBlank(extensionId)) { this.extensionId = extensionId; } this.schemaBaseUri = schemaBaseUri; }
which results in NPE
The text was updated successfully, but these errors were encountered:
Thx for reporting. Btw. If you use Swagger2Markup and like, we would love to get your GitHub star.
Sorry, something went wrong.
4d0c54b
No branches or pull requests
constructor:
refers to:
which results in NPE
The text was updated successfully, but these errors were encountered: