Skip to content

Commit

Permalink
Remove unnecessary group names
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar3tto committed May 28, 2024
1 parent 26df8fd commit aa0dd91
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public interface SourceDbToSpannerOptions extends CommonTemplateOptions {

@TemplateParameter.Text(
order = 11,
groupName = "Target",
optional = true,
description = "Cloud Spanner Endpoint to call",
helpText = "The Cloud Spanner endpoint to call in the template.",
Expand All @@ -144,7 +143,6 @@ public interface SourceDbToSpannerOptions extends CommonTemplateOptions {

@TemplateParameter.Integer(
order = 12,
groupName = "Source",
optional = true,
description = "Maximum number of connections to Source database per worker",
helpText =
Expand Down

0 comments on commit aa0dd91

Please sign in to comment.