diff --git a/force-app/main/default/classes/AccountController.cls b/force-app/main/default/classes/AccountController.cls index 86bd7b9..a24e78c 100644 --- a/force-app/main/default/classes/AccountController.cls +++ b/force-app/main/default/classes/AccountController.cls @@ -1,3 +1,4 @@ +//Class comment public with sharing class AccountController { @AuraEnabled(cacheable=true) public static List getAccountList() { @@ -35,4 +36,4 @@ public with sharing class AccountController { public class AccountUpdateException extends Exception { } -} \ No newline at end of file +}