Shoebill / shoebill-api

Shoebill-api is one main part of the shoebill project.
http://shoebill.github.io/apidoc
Apache License 2.0
18 stars 10 forks source link

Fix mistakes in exceptions documentation and remove redundant primary constructor keywords in enums #21

Closed utkinn closed 6 years ago

utkinn commented 6 years ago

Exceptions are thrown, not called.
constructor keywords in classes and enums can be omitted if it's primary constructor without visibility modifiers and annotations.

123marvin123 commented 6 years ago

Thank you for the support.