Skip to content

fix: remove malformed javadoc to fix Werror build failure (#7393)#7400

Closed
Senrian wants to merge 3 commits intoTheAlgorithms:masterfrom
Senrian:fix/javadoc-warnings-7393
Closed

fix: remove malformed javadoc to fix Werror build failure (#7393)#7400
Senrian wants to merge 3 commits intoTheAlgorithms:masterfrom
Senrian:fix/javadoc-warnings-7393

Conversation

@Senrian
Copy link
Copy Markdown
Contributor

@Senrian Senrian commented Apr 22, 2026

Fixes malformed javadoc that causes build failures with -Werror.

Changes:

  • AnyBaseToAnyBase.java: Fix * * @author to @author
  • ReverseString.java: Fix * * @param to @param

Fixes #7393

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.

Build fails because existing documentation warnings are treated as errors by -Werror

1 participant