Chnage mispeling of jvaadoc in wihtLogiD

This commit is contained in:
Carl Mastrangelo 2016-03-16 10:38:27 -07:00
parent 8e3f375e95
commit 12dfecba62
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ package io.grpc.internal;
public interface WithLogId { public interface WithLogId {
/** /**
* Returns an ID that is primarily used in debug logs. It usually contains the class name and a * 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. * implementation.
* *
* <p>The subclasses of this interface usually want to include the log ID in their {@link * <p>The subclasses of this interface usually want to include the log ID in their {@link