From 12dfecba624b87d0ac87b9fcbb0bae3cf55dcaa2 Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Wed, 16 Mar 2016 10:38:27 -0700 Subject: [PATCH] Chnage mispeling of jvaadoc in wihtLogiD --- core/src/main/java/io/grpc/internal/WithLogId.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/io/grpc/internal/WithLogId.java b/core/src/main/java/io/grpc/internal/WithLogId.java index e2167eff3f..bbf3d605bb 100644 --- a/core/src/main/java/io/grpc/internal/WithLogId.java +++ b/core/src/main/java/io/grpc/internal/WithLogId.java @@ -37,7 +37,7 @@ package io.grpc.internal; public interface WithLogId { /** * Returns an ID that is primarily used in debug logs. It usually contains the class name and a - * numeric ID that is unique among the instances. {@link GprcUtil#getLogId} is a canonical + * numeric ID that is unique among the instances. {@link GrpcUtil#getLogId} is a canonical * implementation. * *

The subclasses of this interface usually want to include the log ID in their {@link