chore: remove @version and @since javadoc tags#60
Open
adityamparikh wants to merge 3 commits intoapache:mainfrom
Open
chore: remove @version and @since javadoc tags#60adityamparikh wants to merge 3 commits intoapache:mainfrom
adityamparikh wants to merge 3 commits intoapache:mainfrom
Conversation
The Apache Solr community does not use @Version and @SInCE tags in javadocs. Remove all occurrences of @Version 1.0.0 and @SInCE 1.0.0 from 13 source files. Signed-off-by: Aditya Parikh <adityamparikh@gmail.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com>
fab21e8 to
a44874a
Compare
4 tasks
- S1118: Add private constructor to CollectionUtils utility class - S1488: Return stream expression directly in validateCollectionExists - S7467: Replace unused caught exceptions with unnamed pattern _ (Java 25) in CollectionService, CollectionUtils, and IndexingService Signed-off-by: Aditya Parikh <aditya.m.parikh@gmail.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com>
Signed-off-by: Aditya Parikh <adityamparikh@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@version 1.0.0and@since 1.0.0from all javadoc comments across 13 source filesTest plan
🤖 Generated with Claude Code