From 64b0c1f23e23b74b8f24e4567b80a5d9f0e28376 Mon Sep 17 00:00:00 2001 From: Jens Kristian Villadsen Date: Thu, 2 Jan 2025 12:01:00 +0100 Subject: [PATCH] Update ImportExecutor.java --- .../src/main/java/au/csiro/pathling/update/ImportExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhir-server/src/main/java/au/csiro/pathling/update/ImportExecutor.java b/fhir-server/src/main/java/au/csiro/pathling/update/ImportExecutor.java index 7b9ffbbc44..fce3ac768d 100644 --- a/fhir-server/src/main/java/au/csiro/pathling/update/ImportExecutor.java +++ b/fhir-server/src/main/java/au/csiro/pathling/update/ImportExecutor.java @@ -58,7 +58,7 @@ * Encapsulates the execution of an import operation. * * @author John Grimes - * @see Import + * @see Import */ @Component @Profile({"core", "import"})