ksclarke / freelib-maven-plugins

Maven plugins for the FreeLibrary Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add getExt()/getExts() Javadocs for generated MediaType class.

ksclarke opened this issue · comments

Seems the generated MediaType class doesn't have Javadocs on its getExts()/getExt() methods. Add those.

[INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ jiiify-presentation-v3 ---
[WARNING] Unable to find the resource 'stylesheet.css'. Using default Javadoc resources.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/kevin/Workspace/jiiify-presentation/src/main/generated/info/freelibrary/iiif/presentation/v3/MediaType.java:1675: warning: no comment
[WARNING] public String getExt() {
[WARNING] ^
[WARNING] /home/kevin/Workspace/jiiify-presentation/src/main/generated/info/freelibrary/iiif/presentation/v3/MediaType.java:1679: warning: no comment
[WARNING] public String[] getExts() {
[WARNING] ^
[WARNING] 2 warnings