Skip to content

Commit 16e62f2

Browse files
Merge pull request #98 from alanjaouen/master
chore: update ApplicationServiceDIModule.cls comments related to priority
2 parents 103ff89 + 608c813 commit 16e62f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sfdx-source/core/main/classes/framework-application-factory/ApplicationServiceDIModule.cls

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public class ApplicationServiceDIModule
4040
[SELECT DeveloperName, QualifiedAPIName, To__c, BindingInterface__c, Priority__c
4141
FROM ApplicationFactory_ServiceBinding__mdt
4242
ORDER BY Priority__c DESC NULLS FIRST]);
43-
// Lower priority records are added first and overwritten if higher priority items exist.
43+
// Higher priority records are added first and overwritten if lower priority items exist.
44+
// Null priority records are added first of all
4445
// If priority value is duplicated, the priority item is indeterminant.
4546
}
4647

0 commit comments

Comments
 (0)