Skip to content

Commit fe644d5

Browse files
Automated Code Change
PiperOrigin-RevId: 692391708
1 parent 3134130 commit fe644d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/core/aspired_versions_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ string ServableVersionsDebugString(
123123
for (const ServableData<std::unique_ptr<Loader>>& version : versions) {
124124
version_strings.push_back(version.id().DebugString());
125125
}
126-
return str_util::Join(version_strings, ", ");
126+
return absl::StrJoin(version_strings, ", ");
127127
}
128128

129129
} // namespace

0 commit comments

Comments
 (0)