Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 692391708
  • Loading branch information
tensorflower-gardener authored and tensorflow-copybara committed Nov 2, 2024
1 parent 3134130 commit fe644d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_serving/core/aspired_versions_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ string ServableVersionsDebugString(
for (const ServableData<std::unique_ptr<Loader>>& version : versions) {
version_strings.push_back(version.id().DebugString());
}
return str_util::Join(version_strings, ", ");
return absl::StrJoin(version_strings, ", ");
}

} // namespace
Expand Down

0 comments on commit fe644d5

Please sign in to comment.