Skip to content

Commit

Permalink
Fix FHIR import region tag. (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
noerog authored and dzlier-gcp committed May 24, 2019
1 parent 9bbadae commit f27121b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package snippets.healthcare.fhir;

// [START healthcare_import_fhir_instance]
// [START healthcare_import_fhir_resources]

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

0 comments on commit f27121b

Please sign in to comment.