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.
1 parent 0690d80 commit 4f9a84dCopy full SHA for 4f9a84d
src/main/java/ca/uhn/fhir/jpa/starter/cdshooks/UpdatedCdsCrService.java
@@ -14,8 +14,7 @@
14
public class UpdatedCdsCrService extends CdsCrService {
15
private final IAdapterFactory adapterFactory;
16
17
- public UpdatedCdsCrService(
18
- RequestDetails theRequestDetails, IRepository theRepository) {
+ public UpdatedCdsCrService(RequestDetails theRequestDetails, IRepository theRepository) {
19
super(theRequestDetails, theRepository);
20
adapterFactory = IAdapterFactory.forFhirContext(theRepository.fhirContext());
21
}
0 commit comments