Skip to content

Commit 9128a8d

Browse files
committed
fix formatting
1 parent 2eb38d2 commit 9128a8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

operator/src/main/resources/scripts/introspectDomain.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ def validateClusters(self):
332332
self.validateCluster(cluster)
333333

334334
def validateCluster(self, cluster):
335-
self.validateClusterServersHaveSameCustomChannels(cluster)
336335
if self.getDynamicServersWA(cluster) is None:
337336
self.validateNonDynamicCluster(cluster)
338337
else:
@@ -403,9 +402,6 @@ def validateServerCustomChannelName(self):
403402
if nap.getName() in reservedNames:
404403
self.addError("The custom channel " + self.name(nap) + " is a reserved name.")
405404

406-
#def validateClusterServersHaveSameCustomChannels():
407-
408-
409405
def isValid(self):
410406
return len(self.env.getErrors()) == 0
411407

0 commit comments

Comments
 (0)