From 5fa5e83ffa1e9de85895d84af0f67b985ce21e8c Mon Sep 17 00:00:00 2001 From: FHIR Team Date: Tue, 27 Jan 2026 02:12:33 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 861603047 --- cc/google/fhir/fhir_path/fhir_path_validation.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cc/google/fhir/fhir_path/fhir_path_validation.cc b/cc/google/fhir/fhir_path/fhir_path_validation.cc index 7982cee013..fb454123ca 100644 --- a/cc/google/fhir/fhir_path/fhir_path_validation.cc +++ b/cc/google/fhir/fhir_path/fhir_path_validation.cc @@ -351,10 +351,10 @@ absl::Status FhirPathValidator::Validate( const ScopedErrorReporter& error_reporter) const { // ConstraintsFor may recursively build constraints so // we lock the mutex here to ensure thread safety. - mutex_.Lock(); + mutex_.lock(); MessageConstraints* constraints = ConstraintsFor(message.Message()->GetDescriptor(), primitive_handler); - mutex_.Unlock(); + mutex_.unlock(); // Validate the constraints attached to the message root. for (const CompiledExpression& expr :