Add @Inject to RileyLinkMedtronicService constructor
`@Inject`ed types should always have the annotation on their constructor, otherwise dependency resolution might break.
This commit is contained in:
parent
f3bb80c25b
commit
a42c5e701e
|
@ -55,8 +55,9 @@ public class RileyLinkMedtronicService extends RileyLinkService {
|
|||
private boolean inPreInit = true;
|
||||
|
||||
|
||||
// This empty constructor must be kept, otherwise dagger injection might break!
|
||||
@Inject
|
||||
public RileyLinkMedtronicService() {
|
||||
super();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue