File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/python/wlsdeploy/tool/extract Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def is_single_object(schema_map):
76
76
77
77
def is_object_array (schema_map ):
78
78
"""
79
- Return True if the schema map identifies an object array.
79
+ Return True if the schema map describes an object array.
80
80
:param schema_map: the schema map to be examined
81
81
:return: True if the map identifies an object array
82
82
"""
@@ -88,7 +88,7 @@ def is_object_array(schema_map):
88
88
89
89
def is_object_type (schema_map ):
90
90
"""
91
- Return True is the schema map identifies an object or object array.
91
+ Return True if the schema map describes an object or object array.
92
92
:param schema_map: the schema map to be examined
93
93
:return: True if the map identifies an object or object array
94
94
"""
You can’t perform that action at this time.
0 commit comments