We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cffee4 commit 8828d59Copy full SHA for 8828d59
java/server/src/org/openqa/grid/internal/utils/configuration/GridNodeConfiguration.java
@@ -394,8 +394,8 @@ public void merge(GridNodeConfiguration other) {
394
if (isMergeAble(other.downPollingLimit, downPollingLimit)) {
395
downPollingLimit = other.downPollingLimit;
396
}
397
- if (isMergeAble(other.hub, hub)) {
398
- hub = other.hub;
+ if (isMergeAble(other.hubOption, hubOption)) {
+ hubOption = other.hubOption;
399
400
if (isMergeAble(other.hubHost, hubHost)) {
401
hubHost = other.hubHost;
0 commit comments