From 37c62238660532747bd736d15d6b52c65ea6a612 Mon Sep 17 00:00:00 2001 From: Robert Baillie Date: Thu, 28 Apr 2022 10:43:58 +0100 Subject: [PATCH] Another change --- .../classes/fflib-extension/caching/CachedSoqlExecutor.cls | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/default/ortoo-core/default/classes/fflib-extension/caching/CachedSoqlExecutor.cls b/framework/default/ortoo-core/default/classes/fflib-extension/caching/CachedSoqlExecutor.cls index 7ce574c2847..e925c82b05f 100644 --- a/framework/default/ortoo-core/default/classes/fflib-extension/caching/CachedSoqlExecutor.cls +++ b/framework/default/ortoo-core/default/classes/fflib-extension/caching/CachedSoqlExecutor.cls @@ -6,8 +6,6 @@ * If used, it is recommended that triggers are added to those objects, or code added to the UI that updates the objects * referenced in the SOQL that invalidate the cache. * - * this has changed - * * @group Cache */ public inherited sharing class CachedSoqlExecutor //NOPMD: incorrect report of too many public methods caused by inner classes