Skip to content

Commit

Permalink
Fixed sharing on service snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed May 3, 2022
1 parent 3a8cd5e commit b42821a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/apex.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
" *",
" * @group Service",
" */",
"public with sharing class ${1:Service Name}Service",
"public inherited sharing class ${1:Service Name}Service",
"{",
" $0",
" private I${1:Service Name}Service service",
Expand Down Expand Up @@ -570,7 +570,7 @@
" *",
" * @group ServiceImplementation",
" */",
"public inherited sharing class ${1:Service Name}Service implements I${1:Service Name}Service",
"public with sharing class ${1:Service Name}Service implements I${1:Service Name}Service",
"{",
" $0",
"}"
Expand Down

0 comments on commit b42821a

Please sign in to comment.