Skip to content

Commit 953c0a6

Browse files
The order of the Quota is already correct, does not need special processing with a placeholder
1 parent e5d2e32 commit 953c0a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/python/wlsdeploy/tool/deploy/jms_resources_deployer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ def _add_named_elements(self, type_name, model_nodes, location):
9999

100100
if type_name in self.template_destination_type_names:
101101
self._check_destination_template(model_nodes, location)
102-
103-
if type_name in self.quota_destination_type_names:
104-
self._check_destination_quota(model_nodes, location)
105-
106102
# continue with regular processing
107103

108104
Deployer._add_named_elements(self, type_name, model_nodes, location)

0 commit comments

Comments
 (0)