Correct javadoc @link to avoid warning in bazel build //...

Bug: Issue 10004
Change-Id: I2dc7bd84623427d92fb939bcd4c58fbd185f535a
This commit is contained in:
Hoa Tran 2018-11-11 23:38:23 +07:00 committed by David Pursehouse
parent c060c01d15
commit f3f014c24f

View File

@ -103,8 +103,9 @@ public class PluginSetEntryContext<T> {
*
* <p>Should only be used in exceptional cases to get direct access to the extension
* implementation. If possible the extension should be invoked through {@link
* #run(ExtensionImplConsumer)}, {@link #run(ExtensionImplConsumer, Class)}, {@link
* #call(ExtensionImplFunction)} and {@link #call(CheckedExtensionImplFunction, Class)}.
* #run(PluginContext.ExtensionImplConsumer)}, {@link #run(PluginContext.ExtensionImplConsumer,
* java.lang.Class)}, {@link #call(PluginContext.ExtensionImplFunction)} and {@link
* #call(PluginContext.CheckedExtensionImplFunction, java.lang.Class)}.
*
* @return the implementation of this extension
*/