Skip to content

Commit ba82883

Browse files
committed
JIRA WDT-47 Fixed typo
1 parent 42623d9 commit ba82883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def get_wlst_flattened_mbean_name(self, location):
318318
"""
319319
Get the flattened WLST folder name.
320320
:param location: the location
321-
:return: the flattened folder name
321+
:return: the flattened folder name
322322
:raises: AliasException: if an error occurs due to a bad location or bad alias data
323323
"""
324324
return self._alias_entries.get_wlst_flattened_name_for_location(location)

0 commit comments

Comments
 (0)