Skip to content

Commit

Permalink
Remove @testvisible annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
npsp-reedestockton committed Nov 15, 2023
1 parent e122060 commit 1a05e57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public with sharing class PSC_ManageSoftCredits_CTRL {
@TestVisible private String currencySymbol;

/** @description Set to true if the user has the appropriate permissions to access the page */
@TestVisible
public Boolean hasAccess {
get {
if (hasAccess == null) {
Expand Down

0 comments on commit 1a05e57

Please sign in to comment.