You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/connector-management-sdk/src/main/java/com/openshift/cloud/api/connector/models/ConnectorType.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -261,11 +261,11 @@ public ConnectorType addChannelsItem(String channelsItem) {
261
261
}
262
262
263
263
/**
264
-
* Version of the connector type.
264
+
* Channels of the connector type.
265
265
* @return channels
266
266
**/
267
267
@javax.annotation.Nullable
268
-
@ApiModelProperty(value = "Version of the connector type.")
268
+
@ApiModelProperty(value = "Channels of the connector type.")
Copy file name to clipboardExpand all lines: packages/connector-management-sdk/src/main/java/com/openshift/cloud/api/connector/models/ConnectorTypeAllOf.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -167,11 +167,11 @@ public ConnectorTypeAllOf addChannelsItem(String channelsItem) {
167
167
}
168
168
169
169
/**
170
-
* Version of the connector type.
170
+
* Channels of the connector type.
171
171
* @return channels
172
172
**/
173
173
@javax.annotation.Nullable
174
-
@ApiModelProperty(value = "Version of the connector type.")
174
+
@ApiModelProperty(value = "Channels of the connector type.")
0 commit comments