Skip to content

fix: resolve Javadoc warnings - #13

Merged
marevol merged 1 commit into
mainfrom
fix/javadoc-warnings
Jun 13, 2026
Merged

fix: resolve Javadoc warnings#13
marevol merged 1 commit into
mainfrom
fix/javadoc-warnings

Conversation

@marevol

@marevol marevol commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Resolves the 2 Javadoc warnings reported by mvn clean javadoc:javadoc in OgnlEngine:

  • no comment on the OgnlEngine class -> added a concise class-level description.
  • use of default constructor, which does not provide a comment -> added an explicit, documented public no-arg constructor.

Verification: mvn clean javadoc:javadoc now reports BUILD SUCCESS with zero warning: and zero error: lines from the javadoc tool. Only Javadoc comments and an explicit constructor were touched; no behavior changes.

Add a class-level Javadoc description and an explicit documented
no-arg constructor to OgnlEngine to eliminate the "no comment" and
"use of default constructor" Javadoc warnings.
@marevol
marevol merged commit 0fcb988 into main Jun 13, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant