We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16423bb + 6045723 commit 7e70013Copy full SHA for 7e70013
force-di/main/classes/di_Injector.cls
@@ -138,8 +138,6 @@ public class di_Injector {
138
private class CustomMetadataModule extends di_Module {
139
140
private string bindingObjectApiName = null;
141
- @testVisible
142
- private List<di_BindingConfigWrapper> bindingWrapperList = getDIBinding();
143
// Method to convert a metadata into a wrapper class,
144
// so that we can inject dependencies from test classes.
145
@testVisible
@@ -190,4 +188,4 @@ public class di_Injector {
190
188
}
191
189
192
public class InjectorException extends Exception {}
193
-}
+}
0 commit comments