Skip to content

Commit

Permalink
CB-5238 rename param
Browse files Browse the repository at this point in the history
  • Loading branch information
yagudin10 committed Jun 27, 2024
1 parent eee54dc commit e7b0225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public void fireCloseListeners() {
}

@Property
public Map<String, String> getMainProperties() {
public Map<String, String> getMainPropertyValues() {
Map<String, String> mainProperties = new LinkedHashMap<>();
mainProperties.put(DBConstants.PROP_HOST, getHost());
mainProperties.put(DBConstants.PROP_PORT, getPort());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ type ConnectionInfo {
databaseName: String
url: String

mainProperties: Object @since(version: "24.1.1")
mainPropertyValues: Object @since(version: "24.1.2")

keepAliveInterval: Int!

Expand Down

0 comments on commit e7b0225

Please sign in to comment.