Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e17c56

Browse files
author
Tom Fuda
committed
Oops, fix syntax error
1 parent 4c2b92f commit 4e17c56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fflib/src/classes/fflib_SObjectSelector.cls

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public abstract with sharing class fflib_SObjectSelector
3434
* This overrides the Multi Currency handling, preventing it from injecting the CurrencyIsoCode fie ld for certain System objects that don't ever support it
3535
**/
3636
private static Set<String> STANDARD_WITHOUT_CURRENCYISO = new Set<String> {'ApexClass', 'ApexTrigger', 'AsyncApexJob', 'Attachment', 'RecordType'};
37-
};
3837

3938
/**
4039
* Should this selector automatically include the FieldSet fields when building queries?

0 commit comments

Comments
 (0)