Skip to content

Commit

Permalink
Issue #1211 switch expedite attribute of concurrencyPolicy back to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
njr-11 committed Dec 5, 2017
1 parent dca1588 commit d3a5b01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</Designate>

<OCD id="com.ibm.ws.concurrency.policy.concurrencyPolicy" ibm:alias="concurrencyPolicy" name="%concurrencyPolicy" description="%concurrencyPolicy.desc">
<AD id="expedite" type="Integer" default="0" min="0" name="%expedite" description="%expedite.desc"/>
<AD id="expedite" type="Integer" default="0" min="0" ibm:beta="true" name="%expedite" description="%expedite.desc"/>
<AD id="max" type="Integer" required="false" min="1" name="%max" description="%max.desc"/>
<AD id="maxPolicy" type="String" default="loose" name="%maxPolicy" description="%maxPolicy.desc">
<Option value="loose" label="%maxPolicy.loose.desc"/>
Expand Down

0 comments on commit d3a5b01

Please sign in to comment.