Skip to content

Commit

Permalink
Merge pull request #1215 from njr-11/17.0.0.4_RC
Browse files Browse the repository at this point in the history
switch expedite attribute of concurrencyPolicy back to beta
  • Loading branch information
garypicher authored Dec 6, 2017
2 parents 7a62d34 + d3a5b01 commit 453a1ed
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 453a1ed

Please sign in to comment.