Skip to content

Commit 9c40c6b

Browse files
committed
Change method name
1 parent 18f4f17 commit 9c40c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/wlsdeploy/tool/validate/kubernetes_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _validate_object_array(self, model_value, property_map, schema_path, model_p
108108
:param schema_path: the path of schema elements (no multi-element names), used for supported check
109109
:param model_path: the path of model elements (including multi-element names), used for logging
110110
"""
111-
_method_name = '_validate_multiple_folder'
111+
_method_name = '_validate_object_array'
112112
if not isinstance(model_value, list):
113113
self._logger.severe("WLSDPLY-05040", model_path, class_name=self._class_name, method_name=_method_name)
114114
return

0 commit comments

Comments
 (0)