Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update TODO
  • Loading branch information
shivaspeaks committed Feb 19, 2026
commit b18ca55cb4900c8d61303b107c3946df2796142e
5 changes: 2 additions & 3 deletions api/src/main/java/io/grpc/LoadBalancer.java
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,8 @@ private PickResult(
* stream is created at all in some cases.
* @since 1.3.0
*/
// TODO(shivaspeaks): We need to deprecate old APIs and create new ones.
// Ideally these static methods should start with "of.." instead of "with.."
// to have consistency with other classes.
// TODO(shivaspeaks): Need to deprecate old APIs and create new ones,
// per https://github.com/grpc/grpc-java/issues/12662.
public static PickResult withSubchannel(
Subchannel subchannel, @Nullable ClientStreamTracer.Factory streamTracerFactory) {
return new PickResult(
Expand Down