Fix unit tests

This commit is contained in:
Andreas Dangel committed 2021-10-14 10:58:14 +02:00
1 parent 4a221d2e12
commit 89e86391ad
1 file changed
+1 -1
@@ -141,7 +141,7 @@ public class Something {
language="apex"
since="6.40.0"
message="DescribeSObjectResult could be being loaded eagerly with all child relationships."
class="net.sourceforge.pmd.lang.apex.rule.ApexXPathRule"
class="net.sourceforge.pmd.lang.rule.XPathRule"
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult">
<description>
This rule finds `DescribeSObjectResult`s which could have been loaded eagerly via `SObjectType.getDescribe()`.