Skip to content

Commit f27121b

Browse files
noerogdzlier-gcp
authored andcommitted
Fix FHIR import region tag. (#1440)
1 parent 9bbadae commit f27121b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

healthcare/v1beta1/src/main/java/snippets/healthcare/fhir/FhirStoreImport.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package snippets.healthcare.fhir;
1818

19-
// [START healthcare_import_fhir_instance]
19+
// [START healthcare_import_fhir_resources]
2020

2121
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
2222
import com.google.api.client.http.HttpHeaders;
@@ -105,4 +105,4 @@ private static CloudHealthcare createClient() throws IOException {
105105
.build();
106106
}
107107
}
108-
// [END healthcare_import_fhir_instance]
108+
// [END healthcare_import_fhir_resources]

0 commit comments

Comments
 (0)