Skip to content

Commit 4fa5de2

Browse files
chore: remove @Version and @SInCE javadoc tags (#60)
* chore: remove @Version and @SInCE javadoc tags 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> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 168a72e commit 4fa5de2

13 files changed

Lines changed: 0 additions & 26 deletions

File tree

src/main/java/org/apache/solr/mcp/server/Main.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@
9797
* <li>Monitor application logs for connection and performance issues
9898
* </ul>
9999
*
100-
* @version 1.0.0
101-
* @since 1.0.0
102100
* @see SearchService
103101
* @see IndexingService
104102
* @see CollectionService

src/main/java/org/apache/solr/mcp/server/collection/CollectionService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@
121121
* SolrHealthStatus health = collectionService.checkHealth("my_collection");
122122
* }</pre>
123123
*
124-
* @version 1.0.0
125-
* @since 1.0.0
126124
* @see SolrMetrics
127125
* @see SolrHealthStatus
128126
* @see org.apache.solr.client.solrj.SolrClient

src/main/java/org/apache/solr/mcp/server/collection/CollectionUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
* All methods in this utility class are stateless and thread-safe, making them
5959
* suitable for use in concurrent environments and Spring service beans.
6060
*
61-
* @version 1.0.0
62-
* @since 1.0.0
6361
* @see org.apache.solr.common.util.NamedList
6462
* @see CollectionService
6563
*/

src/main/java/org/apache/solr/mcp/server/collection/Dtos.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
* <li>ISO 8601 timestamp formatting for consistent date serialization
3939
* </ul>
4040
*
41-
* @version 1.0.0
42-
* @since 1.0.0
4341
*/
4442

4543
/**

src/main/java/org/apache/solr/mcp/server/config/SolrConfig.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@
9292
* (unchanged)
9393
* </ul>
9494
*
95-
* @version 1.0.0
96-
* @since 1.0.0
9795
* @see SolrConfigurationProperties
9896
* @see Http2SolrClient
9997
* @see org.springframework.boot.context.properties.EnableConfigurationProperties

src/main/java/org/apache/solr/mcp/server/config/SolrConfigurationProperties.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109
*
110110
* @param url
111111
* the base URL of the Apache Solr server (required, non-null)
112-
* @version 1.0.0
113-
* @since 1.0.0
114112
* @see SolrConfig
115113
* @see org.springframework.boot.context.properties.ConfigurationProperties
116114
* @see org.springframework.boot.context.properties.EnableConfigurationProperties

src/main/java/org/apache/solr/mcp/server/indexing/IndexingService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@
9999
* int successful = indexingService.indexDocuments("my_collection", docs);
100100
* }</pre>
101101
*
102-
* @version 1.0.0
103-
* @since 1.0.0
104102
* @see SolrInputDocument
105103
* @see SolrClient
106104
* @see org.springframework.ai.tool.annotation.Tool

src/main/java/org/apache/solr/mcp/server/indexing/documentcreator/IndexingDocumentCreator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@
4848
* Solr compatibility
4949
* </ul>
5050
*
51-
* @version 1.0.0
5251
* @see SolrInputDocument
5352
* @see IndexingService
54-
* @since 1.0.0
5553
*/
5654
@Service
5755
public class IndexingDocumentCreator {

src/main/java/org/apache/solr/mcp/server/indexing/documentcreator/SolrDocumentCreator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@
6161
* List<SolrInputDocument> documents = creator.create(jsonData);
6262
* }</pre>
6363
*
64-
* @version 1.0.0
6564
* @see SolrInputDocument
6665
* @see DocumentProcessingException
6766
* @see FieldNameSanitizer
68-
* @since 1.0.0
6967
*/
7068
public interface SolrDocumentCreator {
7169

src/main/java/org/apache/solr/mcp/server/metadata/SchemaService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@
115115
* });
116116
* }</pre>
117117
*
118-
* @version 1.0.0
119-
* @since 1.0.0
120118
* @see SchemaRepresentation
121119
* @see org.apache.solr.client.solrj.request.schema.SchemaRequest
122120
* @see org.springframework.ai.tool.annotation.Tool

0 commit comments

Comments
 (0)