Skip to content

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

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)#7398
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

Senrian added 2 commits April 1, 2026 08:34
Issue TheAlgorithms#7356: Add null check for the search value to prevent potential NullPointerException.
@Senrian Senrian force-pushed the fix/javadoc-warnings-7393 branch from 8555c0e to d76a719 Compare April 22, 2026 20:56
@Senrian Senrian closed this Apr 22, 2026
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