ksclarke / freelib-maven-plugins

Maven plugins for the FreeLibrary Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Javadoc warnings on generated MediaType

ksclarke opened this issue · comments

Build warnings say getExt() methods don't have Javadocs. Fix so that the Javadoc plugin doesn't emit warnings.

[WARNING] Javadoc Warnings
[WARNING] /home/kevin/Workspace/jiiify-presentation/src/main/generated/info/freelibrary/iiif/presentation/v3/MediaType.java:1632: warning: no comment
[WARNING] public String getExt() {
[WARNING] ^
[WARNING] /home/kevin/Workspace/jiiify-presentation/src/main/generated/info/freelibrary/iiif/presentation/v3/MediaType.java:1636: warning: no comment
[WARNING] public String[] getExts() {
[WARNING] ^
[WARNING] 2 warnings

Fixed in 0.3.1