Prevent package summaries from being truncated due to incorrect sentence detection

Javadoc doesn't seem to like having `e.g.` as it thinks the sentence
ends there, which is usually incorrect and results in broken descriptions.

This commit rewords the doc strings slightly to avoid problematic parts.

Closes gh-32532
This commit is contained in:
Łukasz Jernaś
2024-03-30 15:44:41 +01:00
committed by GitHub
parent 186e70cd04
commit 86b87d7d85
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/**
* Core support package for type filtering (e.g. for classpath scanning).
* Core support package for type filtering (for example for classpath scanning).
*/
@NonNullApi
@NonNullFields