Skip to content

Commit 2d215ab

Browse files
noerogdzlier-gcp
authored andcommitted
Fix region tag for FHIR store create. (GoogleCloudPlatform#1439)
1 parent 7746802 commit 2d215ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package snippets.healthcare.fhir;
1818

19-
// [START healthcare_delete_fhir_store]
19+
// [START healthcare_create_fhir_store]
2020
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
2121
import com.google.api.client.http.HttpHeaders;
2222
import com.google.api.client.http.HttpRequestInitializer;
@@ -88,4 +88,4 @@ private static CloudHealthcare createClient() throws IOException {
8888
.build();
8989
}
9090
}
91-
// [END healthcare_delete_fhir_store]
91+
// [END healthcare_create_fhir_store]

0 commit comments

Comments
 (0)