Metadata: Fix Javadoc warning
Javadoc warns: "javadoc malformed reference (missing end space separator)" Removing the type specifier fixes it. Change-Id: Ie3d8b994f801604080f622cc09035cae3ed43f87
This commit is contained in:
@@ -145,7 +145,7 @@ public abstract class Metadata {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a string representation of this instance that is suitable for logging. This is wrapped
|
* Returns a string representation of this instance that is suitable for logging. This is wrapped
|
||||||
* in a {@link LazyArg<String>} because it is expensive to evaluate.
|
* in a {@link LazyArg} because it is expensive to evaluate.
|
||||||
*
|
*
|
||||||
* <p>{@link #toString()} formats the {@link Optional} fields as {@code key=Optional[value]} or
|
* <p>{@link #toString()} formats the {@link Optional} fields as {@code key=Optional[value]} or
|
||||||
* {@code key=Optional.empty}. Since this class has many optional fields from which usually only a
|
* {@code key=Optional.empty}. Since this class has many optional fields from which usually only a
|
||||||
|
|||||||
Reference in New Issue
Block a user