Skip to content

Commit

Permalink
Update CustomWrapper.cls (#851)
Browse files Browse the repository at this point in the history
removed comment about inner classes, which are now supported
  • Loading branch information
Damecek authored Sep 22, 2023
1 parent 0a5619f commit cae86d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion force-app/main/default/classes/CustomWrapper.cls
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cae86d7

Please sign in to comment.