Skip to content

Commit

Permalink
Merge pull request #87 from apex-enterprise-patterns/bug/prioritized-…
Browse files Browse the repository at this point in the history
…factory-feature/priority-should-support-null

Bug fix - Priority value should not be required
  • Loading branch information
ImJohnMDaniel authored Aug 15, 2023
2 parents 1e963d0 + f1c35a3 commit bcf1e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<inlineHelpText>When multiple concrete classes are specified for a SObject, the number specifies which concretion should be returned. Higher numbers are higher priority; null values are the least priority.</inlineHelpText>
<label>Priority</label>
<precision>4</precision>
<required>true</required>
<required>false</required>
<scale>0</scale>
<type>Number</type>
<unique>false</unique>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<inlineHelpText>When multiple concrete classes are specified for an interface, the number specifies which concretion should be returned. Higher numbers are higher priority; null values are the least priority.</inlineHelpText>
<label>Priority</label>
<precision>4</precision>
<required>true</required>
<required>false</required>
<scale>0</scale>
<type>Number</type>
<unique>false</unique>
Expand Down

0 comments on commit bcf1e7e

Please sign in to comment.