aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc/java/main/dev/pigweed/pw_rpc/MethodClient.java
diff options
context:
space:
mode:
Diffstat (limited to 'pw_rpc/java/main/dev/pigweed/pw_rpc/MethodClient.java')
-rw-r--r--pw_rpc/java/main/dev/pigweed/pw_rpc/MethodClient.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/pw_rpc/java/main/dev/pigweed/pw_rpc/MethodClient.java b/pw_rpc/java/main/dev/pigweed/pw_rpc/MethodClient.java
index 6d7fb2b42..3a5b57a53 100644
--- a/pw_rpc/java/main/dev/pigweed/pw_rpc/MethodClient.java
+++ b/pw_rpc/java/main/dev/pigweed/pw_rpc/MethodClient.java
@@ -26,9 +26,9 @@ import javax.annotation.Nullable;
*
* Invoking an RPC with a method client may throw exceptions:
*
- * TODO(hepler): This class should be split into four types -- one for each method type. The call
- * type checks should be done when the object is created. Also, the client should be typed on
- * the request/response.
+ * TODO: b/301644223 - This class should be split into four types -- one for each method type. The
+ * call type checks should be done when the object is created. Also, the client should be typed
+ * on the request/response.
*/
public class MethodClient {
private final Client client;