Skip to content

Commit

Permalink
Fix bdlsu namespace typo to bdlsu (#4803)
Browse files Browse the repository at this point in the history
As far as I can tell there's no namespace `bdlsu`, but there is a `bdls::ProcessUtil` class.
  • Loading branch information
hallfox authored and GitHub Enterprise committed Jun 21, 2024
1 parent f67a403 commit 93dd439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/bal/ball/ball_record.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93dd439

Please sign in to comment.