Skip to content

Commit c9d5741

Browse files
Add object type to aliases
1 parent 8bff6c5 commit c9d5741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/python/wlsdeploy/aliases/alias_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
JAVA_LANG_BOOLEAN = 'java.lang.Boolean'
7575
LIST = 'list'
7676
LONG = 'long'
77+
OBJECT = 'object'
7778
PASSWORD = 'password'
7879
PATH_SEPARATOR_DELIMITED_STRING = 'delimited_string[path_separator]'
7980
PROPERTIES = 'properties'

0 commit comments

Comments
 (0)