Skip to content

Commit dbcf15e

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

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ class docstring
6464
UNIFORM_DISTRIBUTED_TOPIC
6565
]
6666

67-
quota_destination_type_names = [
68-
QUEUE,
69-
TEMPLATE,
70-
TOPIC,
71-
UNIFORM_DISTRIBUTED_QUEUE,
72-
UNIFORM_DISTRIBUTED_TOPIC
73-
]
74-
7567
def __init__(self, model, model_context, aliases, wlst_mode=WlstModes.OFFLINE):
7668
Deployer.__init__(self, model, model_context, aliases, wlst_mode)
7769

0 commit comments

Comments
 (0)