From 93dd439a2be4610776369928106e735f1ba3a433 Mon Sep 17 00:00:00 2001 From: Taylor Foxhall Date: Fri, 21 Jun 2024 13:02:54 -0400 Subject: [PATCH] Fix bdlsu namespace typo to bdlsu (#4803) As far as I can tell there's no namespace `bdlsu`, but there is a `bdls::ProcessUtil` class. --- groups/bal/ball/ball_record.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/bal/ball/ball_record.h b/groups/bal/ball/ball_record.h index 22206e0886..be185907ed 100644 --- a/groups/bal/ball/ball_record.h +++ b/groups/bal/ball/ball_record.h @@ -60,7 +60,7 @@ BSLS_IDENT("$Id: $") //.. // Then, we set the fixed fields of the record to contain a simple message: //.. -// int processId = bdlsu::ProcessUtil::getProcessId(); +// int processId = bdls::ProcessUtil::getProcessId(); // bsls::Types::Uint64 threadId = bslmt::ThreadUtil::selfIdAsUint64(); // // ball::RecordAttributes attributes(bdlt::CurrentTime::utc(), // time stamp