Skip to content

docs(util): add Javadoc to protected utility constructors - #19

Merged
marevol merged 1 commit into
masterfrom
docs/constructor-javadoc
Jun 4, 2026
Merged

docs(util): add Javadoc to protected utility constructors#19
marevol merged 1 commit into
masterfrom
docs/constructor-javadoc

Conversation

@marevol

@marevol marevol commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds Javadoc to the protected constructors of two utility classes so the generated API docs no longer leave them undocumented.

Changes Made

  • CommonPoolUtil: documented the protected constructor with a brief Do not instantiate. note.
  • StreamUtil: documented the protected constructor with the same note.

Both follow the existing utility-class convention (abstract class + protected constructor that is never meant to be called).

Testing

  • Docs-only change with no behavioral impact. Existing mvn test suite still applies and was unaffected.

Breaking Changes

  • None.

Additional Notes

  • Purely a documentation improvement; no runtime code paths were touched.

Document the protected constructors of CommonPoolUtil and StreamUtil
with a brief 'Do not instantiate.' note, matching the utility-class
convention.
@marevol
marevol merged commit cdf657f into master Jun 4, 2026
1 check passed
@marevol
marevol deleted the docs/constructor-javadoc branch August 11, 2026 07:10
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