Skip to content

docs(javadoc): resolve missing Javadoc warnings#169

Merged
marevol merged 1 commit into
masterfrom
fix/javadoc-warnings
Jun 6, 2026
Merged

docs(javadoc): resolve missing Javadoc warnings#169
marevol merged 1 commit into
masterfrom
fix/javadoc-warnings

Conversation

@marevol

@marevol marevol commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Resolves the Javadoc build warnings for undocumented constructors and methods.

Changes

  • CookieConfig / CredentialsConfig / WebAuthenticationConfig: add an explicit public no-arg constructor with a Javadoc comment (these classes previously relied on the undocumented default constructor).
  • PsExtractor.extractText: add a Javadoc comment with @param and @return.
  • SitemapsHelper: add the missing @param sitemapBaseUrl to parseTextSitemaps, parseXmlSitemaps, and parseXmlSitemapsIndex, and add a full Javadoc comment to the SizeLimitedInputStream constructor.

Notes

Documentation-only change; no behavior is affected.

Add Javadoc for undocumented default constructors in CookieConfig,
CredentialsConfig, and WebAuthenticationConfig, document PsExtractor
.extractText, add missing @param sitemapBaseUrl to SitemapsHelper
parse methods, and document the SizeLimitedInputStream constructor.
@marevol marevol merged commit 25ace65 into master Jun 6, 2026
1 check 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