Skip to content

Commit

Permalink
Merge pull request #61 from aronowt/patch-1
Browse files Browse the repository at this point in the history
Remove unused var and method call
  • Loading branch information
ImJohnMDaniel authored Jul 20, 2020
2 parents 16423bb + 6045723 commit 7e70013
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions force-di/main/classes/di_Injector.cls
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ public class di_Injector {
private class CustomMetadataModule extends di_Module {

private string bindingObjectApiName = null;
@testVisible
private List<di_BindingConfigWrapper> bindingWrapperList = getDIBinding();
// Method to convert a metadata into a wrapper class,
// so that we can inject dependencies from test classes.
@testVisible
Expand Down Expand Up @@ -190,4 +188,4 @@ public class di_Injector {
}

public class InjectorException extends Exception {}
}
}

0 comments on commit 7e70013

Please sign in to comment.