Skip to content

Commit c871f8e

Browse files
jshum2479Johnny
authored andcommitted
formatting only
1 parent a64cf8e commit c871f8e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

core/src/main/python/wlsdeploy/tool/create/domain_creator.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -710,12 +710,10 @@ def __configure_fmw_infra_database(self):
710710

711711
location = LocationContext()
712712
location.append_location(JDBC_SYSTEM_RESOURCE)
713-
token_name = self.alias_helper.get_name_token(location)
714713

715714
folder_path = self.alias_helper.get_wlst_list_path(location)
716715
self.wlst_helper.cd(folder_path)
717716
ds_names = self.wlst_helper.lsc()
718-
print ds_names
719717

720718
for ds_name in ds_names:
721719
location = LocationContext()
@@ -739,7 +737,6 @@ def __configure_fmw_infra_database(self):
739737

740738
self.wlst_helper.set_if_needed(wlst_name, wlst_value, JDBC_DRIVER_PARAMS, ds_name, masked=True)
741739

742-
743740
location.append_location(JDBC_DRIVER_PARAMS_PROPERTIES)
744741
token_name = self.alias_helper.get_name_token(location)
745742
if token_name is not None:
@@ -750,7 +747,8 @@ def __configure_fmw_infra_database(self):
750747
orig_user = self.wlst_helper.get('Value')
751748
stb_user = orig_user.replace('DEV', rcu_prefix)
752749
wlst_name, wlst_value = \
753-
self.alias_helper.get_wlst_attribute_name_and_value(location, DRIVER_PARAMS_PROPERTY_VALUE, stb_user)
750+
self.alias_helper.get_wlst_attribute_name_and_value(location, DRIVER_PARAMS_PROPERTY_VALUE,
751+
stb_user)
754752
self.wlst_helper.set_if_needed(wlst_name, wlst_value,
755753
JDBC_DRIVER_PARAMS_PROPERTIES, DRIVER_PARAMS_USER_PROPERTY)
756754

@@ -787,7 +785,6 @@ def __configure_fmw_infra_database(self):
787785

788786
rcu_prefix = self.model_context.get_rcu_prefix()
789787
rcu_schema_pwd = self.model_context.get_rcu_schema_pass()
790-
791788
fmw_database = self.wls_helper.get_jdbc_url_from_rcu_connect_string(rcu_database)
792789
self.logger.fine('WLSDPLY-12221', fmw_database, class_name=self.__class_name, method_name=_method_name)
793790

0 commit comments

Comments
 (0)