From c1d5a8f4fe74b10fd825d8c05b15967a6ada0bab Mon Sep 17 00:00:00 2001 From: RanadheerRG Date: Thu, 2 Nov 2023 13:19:36 -0700 Subject: [PATCH] Removed the comments --- force-app/main/default/classes/AdjudicationTest.cls | 1 - 1 file changed, 1 deletion(-) diff --git a/force-app/main/default/classes/AdjudicationTest.cls b/force-app/main/default/classes/AdjudicationTest.cls index af6f07113..6914e9b6b 100644 --- a/force-app/main/default/classes/AdjudicationTest.cls +++ b/force-app/main/default/classes/AdjudicationTest.cls @@ -21,6 +21,5 @@ public with sharing class AdjudicationTest { record.Adjudication_Status__c = 'Approved'; return record; - // } } \ No newline at end of file