Skip to content

Commit a8399c1

Browse files
chore(disco): comment changes
1 parent a00b9d7 commit a8399c1

File tree

80 files changed

+447
-386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+447
-386
lines changed

discovery/src/main/java/com/ibm/watson/discovery/v1/model/AddTrainingDataOptions.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -70,9 +70,9 @@ public AddTrainingDataOptions build() {
7070
}
7171

7272
/**
73-
* Adds an examples to examples.
73+
* Adds a new element to examples.
7474
*
75-
* @param examples the new examples
75+
* @param examples the new element to be added
7676
* @return the AddTrainingDataOptions builder
7777
*/
7878
public Builder addExamples(TrainingExample examples) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/Configuration.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -78,9 +78,9 @@ public Configuration build() {
7878
}
7979

8080
/**
81-
* Adds an enrichment to enrichments.
81+
* Adds a new element to enrichments.
8282
*
83-
* @param enrichment the new enrichment
83+
* @param enrichment the new element to be added
8484
* @return the Configuration builder
8585
*/
8686
public Builder addEnrichment(Enrichment enrichment) {
@@ -93,9 +93,9 @@ public Builder addEnrichment(Enrichment enrichment) {
9393
}
9494

9595
/**
96-
* Adds an normalization to normalizations.
96+
* Adds a new element to normalizations.
9797
*
98-
* @param normalization the new normalization
98+
* @param normalization the new element to be added
9999
* @return the Configuration builder
100100
*/
101101
public Builder addNormalization(NormalizationOperation normalization) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/Conversions.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -67,9 +67,9 @@ public Conversions build() {
6767
}
6868

6969
/**
70-
* Adds an normalization to jsonNormalizations.
70+
* Adds a new element to jsonNormalizations.
7171
*
72-
* @param normalization the new normalization
72+
* @param normalization the new element to be added
7373
* @return the Conversions builder
7474
*/
7575
public Builder addNormalization(NormalizationOperation normalization) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/CreateConfigurationOptions.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -76,9 +76,9 @@ public CreateConfigurationOptions build() {
7676
}
7777

7878
/**
79-
* Adds an enrichment to enrichments.
79+
* Adds a new element to enrichments.
8080
*
81-
* @param enrichment the new enrichment
81+
* @param enrichment the new element to be added
8282
* @return the CreateConfigurationOptions builder
8383
*/
8484
public Builder addEnrichment(Enrichment enrichment) {
@@ -91,9 +91,9 @@ public Builder addEnrichment(Enrichment enrichment) {
9191
}
9292

9393
/**
94-
* Adds an normalization to normalizations.
94+
* Adds a new element to normalizations.
9595
*
96-
* @param normalization the new normalization
96+
* @param normalization the new element to be added
9797
* @return the CreateConfigurationOptions builder
9898
*/
9999
public Builder addNormalization(NormalizationOperation normalization) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/CreateExpansionsOptions.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2018, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -66,9 +66,9 @@ public CreateExpansionsOptions build() {
6666
}
6767

6868
/**
69-
* Adds an expansions to expansions.
69+
* Adds a new element to expansions.
7070
*
71-
* @param expansions the new expansions
71+
* @param expansions the new element to be added
7272
* @return the CreateExpansionsOptions builder
7373
*/
7474
public Builder addExpansions(Expansion expansions) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/CreateTokenizationDictionaryOptions.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2018, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -64,9 +64,9 @@ public CreateTokenizationDictionaryOptions build() {
6464
}
6565

6666
/**
67-
* Adds an tokenizationRules to tokenizationRules.
67+
* Adds a new element to tokenizationRules.
6868
*
69-
* @param tokenizationRules the new tokenizationRules
69+
* @param tokenizationRules the new element to be added
7070
* @return the CreateTokenizationDictionaryOptions builder
7171
*/
7272
public Builder addTokenizationRules(TokenDictRule tokenizationRules) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/Expansion.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2018, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -67,9 +67,9 @@ public Expansion build() {
6767
}
6868

6969
/**
70-
* Adds an inputTerms to inputTerms.
70+
* Adds a new element to inputTerms.
7171
*
72-
* @param inputTerms the new inputTerms
72+
* @param inputTerms the new element to be added
7373
* @return the Expansion builder
7474
*/
7575
public Builder addInputTerms(String inputTerms) {
@@ -82,9 +82,9 @@ public Builder addInputTerms(String inputTerms) {
8282
}
8383

8484
/**
85-
* Adds an expandedTerms to expandedTerms.
85+
* Adds a new element to expandedTerms.
8686
*
87-
* @param expandedTerms the new expandedTerms
87+
* @param expandedTerms the new element to be added
8888
* @return the Expansion builder
8989
*/
9090
public Builder addExpandedTerms(String expandedTerms) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/Expansions.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2018, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -56,9 +56,9 @@ public Expansions build() {
5656
}
5757

5858
/**
59-
* Adds an expansions to expansions.
59+
* Adds a new element to expansions.
6060
*
61-
* @param expansions the new expansions
61+
* @param expansions the new element to be added
6262
* @return the Expansions builder
6363
*/
6464
public Builder addExpansions(Expansion expansions) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/FederatedQueryNoticesOptions.java

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -100,9 +100,9 @@ public FederatedQueryNoticesOptions build() {
100100
}
101101

102102
/**
103-
* Adds an collectionIds to collectionIds.
103+
* Adds a new element to collectionIds.
104104
*
105-
* @param collectionIds the new collectionIds
105+
* @param collectionIds the new element to be added
106106
* @return the FederatedQueryNoticesOptions builder
107107
*/
108108
public Builder addCollectionIds(String collectionIds) {
@@ -115,9 +115,9 @@ public Builder addCollectionIds(String collectionIds) {
115115
}
116116

117117
/**
118-
* Adds an returnField to xReturn.
118+
* Adds a new element to xReturn.
119119
*
120-
* @param returnField the new returnField
120+
* @param returnField the new element to be added
121121
* @return the FederatedQueryNoticesOptions builder
122122
*/
123123
public Builder addReturnField(String returnField) {
@@ -130,9 +130,9 @@ public Builder addReturnField(String returnField) {
130130
}
131131

132132
/**
133-
* Adds an sort to sort.
133+
* Adds a new element to sort.
134134
*
135-
* @param sort the new sort
135+
* @param sort the new element to be added
136136
* @return the FederatedQueryNoticesOptions builder
137137
*/
138138
public Builder addSort(String sort) {
@@ -145,9 +145,9 @@ public Builder addSort(String sort) {
145145
}
146146

147147
/**
148-
* Adds an similarDocumentIds to similarDocumentIds.
148+
* Adds a new element to similarDocumentIds.
149149
*
150-
* @param similarDocumentIds the new similarDocumentIds
150+
* @param similarDocumentIds the new element to be added
151151
* @return the FederatedQueryNoticesOptions builder
152152
*/
153153
public Builder addSimilarDocumentIds(String similarDocumentIds) {
@@ -161,9 +161,9 @@ public Builder addSimilarDocumentIds(String similarDocumentIds) {
161161
}
162162

163163
/**
164-
* Adds an similarFields to similarFields.
164+
* Adds a new element to similarFields.
165165
*
166-
* @param similarFields the new similarFields
166+
* @param similarFields the new element to be added
167167
* @return the FederatedQueryNoticesOptions builder
168168
*/
169169
public Builder addSimilarFields(String similarFields) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/HtmlSettings.java

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -74,9 +74,9 @@ public HtmlSettings build() {
7474
}
7575

7676
/**
77-
* Adds an excludeTagsCompletely to excludeTagsCompletely.
77+
* Adds a new element to excludeTagsCompletely.
7878
*
79-
* @param excludeTagsCompletely the new excludeTagsCompletely
79+
* @param excludeTagsCompletely the new element to be added
8080
* @return the HtmlSettings builder
8181
*/
8282
public Builder addExcludeTagsCompletely(String excludeTagsCompletely) {
@@ -90,9 +90,9 @@ public Builder addExcludeTagsCompletely(String excludeTagsCompletely) {
9090
}
9191

9292
/**
93-
* Adds an excludeTagsKeepContent to excludeTagsKeepContent.
93+
* Adds a new element to excludeTagsKeepContent.
9494
*
95-
* @param excludeTagsKeepContent the new excludeTagsKeepContent
95+
* @param excludeTagsKeepContent the new element to be added
9696
* @return the HtmlSettings builder
9797
*/
9898
public Builder addExcludeTagsKeepContent(String excludeTagsKeepContent) {
@@ -106,9 +106,9 @@ public Builder addExcludeTagsKeepContent(String excludeTagsKeepContent) {
106106
}
107107

108108
/**
109-
* Adds an keepTagAttributes to keepTagAttributes.
109+
* Adds a new element to keepTagAttributes.
110110
*
111-
* @param keepTagAttributes the new keepTagAttributes
111+
* @param keepTagAttributes the new element to be added
112112
* @return the HtmlSettings builder
113113
*/
114114
public Builder addKeepTagAttributes(String keepTagAttributes) {
@@ -122,9 +122,9 @@ public Builder addKeepTagAttributes(String keepTagAttributes) {
122122
}
123123

124124
/**
125-
* Adds an excludeTagAttributes to excludeTagAttributes.
125+
* Adds a new element to excludeTagAttributes.
126126
*
127-
* @param excludeTagAttributes the new excludeTagAttributes
127+
* @param excludeTagAttributes the new element to be added
128128
* @return the HtmlSettings builder
129129
*/
130130
public Builder addExcludeTagAttributes(String excludeTagAttributes) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/ListFieldsOptions.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -61,9 +61,9 @@ public ListFieldsOptions build() {
6161
}
6262

6363
/**
64-
* Adds an collectionIds to collectionIds.
64+
* Adds a new element to collectionIds.
6565
*
66-
* @param collectionIds the new collectionIds
66+
* @param collectionIds the new element to be added
6767
* @return the ListFieldsOptions builder
6868
*/
6969
public Builder addCollectionIds(String collectionIds) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/NluEnrichmentEmotion.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -50,9 +50,9 @@ public NluEnrichmentEmotion build() {
5050
}
5151

5252
/**
53-
* Adds an target to targets.
53+
* Adds a new element to targets.
5454
*
55-
* @param target the new target
55+
* @param target the new element to be added
5656
* @return the NluEnrichmentEmotion builder
5757
*/
5858
public Builder addTarget(String target) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/NluEnrichmentSentiment.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -50,9 +50,9 @@ public NluEnrichmentSentiment build() {
5050
}
5151

5252
/**
53-
* Adds an target to targets.
53+
* Adds a new element to targets.
5454
*
55-
* @param target the new target
55+
* @param target the new element to be added
5656
* @return the NluEnrichmentSentiment builder
5757
*/
5858
public Builder addTarget(String target) {

discovery/src/main/java/com/ibm/watson/discovery/v1/model/PdfHeadingDetection.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2019, 2023.
2+
* (C) Copyright IBM Corp. 2024.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -47,9 +47,9 @@ public PdfHeadingDetection build() {
4747
}
4848

4949
/**
50-
* Adds an fontSetting to fonts.
50+
* Adds a new element to fonts.
5151
*
52-
* @param fontSetting the new fontSetting
52+
* @param fontSetting the new element to be added
5353
* @return the PdfHeadingDetection builder
5454
*/
5555
public Builder addFontSetting(FontSetting fontSetting) {

0 commit comments

Comments
 (0)