Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Stevens committed Dec 24, 2024
1 parent 5611079 commit 1dbac62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import ca.uhn.fhir.interceptor.model.RequestPartitionId;
import ca.uhn.fhir.jpa.api.dao.IFhirSystemDao;
import ca.uhn.fhir.jpa.model.util.JpaConstants;
import ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc;
import ca.uhn.fhir.jpa.partition.RequestPartitionHelperSvc;
import ca.uhn.fhir.model.api.annotation.Description;
import ca.uhn.fhir.model.primitive.IdDt;
Expand Down Expand Up @@ -58,7 +59,7 @@

public final class JpaSystemProvider<T, MT> extends BaseJpaSystemProvider<T, MT> {
@Autowired
private RequestPartitionHelperSvc myRequestPartitionHelperSvc;
private IRequestPartitionHelperSvc myRequestPartitionHelperSvc;

@Description(
"Marks all currently existing resources of a given type, or all resources of all types, for reindexing.")
Expand Down

0 comments on commit 1dbac62

Please sign in to comment.