diff --git a/force-app/main/default/classes/CustomWrapper.cls b/force-app/main/default/classes/CustomWrapper.cls index 6b8687c89..bbfdfdde5 100644 --- a/force-app/main/default/classes/CustomWrapper.cls +++ b/force-app/main/default/classes/CustomWrapper.cls @@ -1,6 +1,5 @@ /** * Wrapper class used to demonstrate how we can pass complex paramters from LWC. - * Note that inner classes are not supported when exchanging with LWC. */ public with sharing class CustomWrapper { @AuraEnabled