Skip to content

Commit d5c82f7

Browse files
committed
chore: doc updates for grammar
Signed-off-by: BRIAN GLEESON <Brian.Gleeson@ie.ibm.com>
1 parent 9dea195 commit d5c82f7

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

modules/cd-tekton-pipeline/src/main/java/com/ibm/cloud/continuous_delivery/cd_tekton_pipeline/v2/CdTektonPipeline.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ public ServiceCall<TektonPipeline> updateTektonPipeline(UpdateTektonPipelineOpti
263263
}
264264

265265
/**
266-
* Delete Tekton pipeline instance.
266+
* Delete a Tekton pipeline instance.
267267
*
268-
* This request deletes Tekton pipeline instance that is associated with the pipeline toolchain integration.
268+
* This request deletes the Tekton pipeline instance that is associated with the pipeline toolchain integration.
269269
*
270270
* @param deleteTektonPipelineOptions the {@link DeleteTektonPipelineOptions} containing the options for the call
271271
* @return a {@link ServiceCall} with a void result
@@ -287,7 +287,7 @@ public ServiceCall<Void> deleteTektonPipeline(DeleteTektonPipelineOptions delete
287287
/**
288288
* List pipeline run records.
289289
*
290-
* This request lists pipeline run records, which has data about the runs, such as status, user_info, trigger and
290+
* This request lists pipeline run records, which have data about the runs, such as status, user_info, trigger and
291291
* other information. Default limit is 50.
292292
*
293293
* @param listTektonPipelineRunsOptions the {@link ListTektonPipelineRunsOptions} containing the options for the call

modules/cd-tekton-pipeline/src/main/java/com/ibm/cloud/continuous_delivery/cd_tekton_pipeline/v2/model/TriggerSourceProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public String getBranch() {
5858
* Gets the pattern.
5959
*
6060
* The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against
61-
* multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash
62-
* documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of
61+
* multiple tags or branches in the repository. The glob pattern used must conform to Bash 4.3 specifications, see
62+
* bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of
6363
* branch, pattern, or filter should be specified.
6464
*
6565
* @return the pattern

modules/cd-tekton-pipeline/src/main/java/com/ibm/cloud/continuous_delivery/cd_tekton_pipeline/v2/model/TriggerSourcePropertiesPrototype.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ public String branch() {
146146
* Gets the pattern.
147147
*
148148
* The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against
149-
* multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash
150-
* documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of
149+
* multiple tags or branches in the repository. The glob pattern used must conform to Bash 4.3 specifications, see
150+
* bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of
151151
* branch, pattern, or filter should be specified.
152152
*
153153
* @return the pattern

0 commit comments

Comments
 (0)