[#1120] Clean up compiler warnings

This commit is contained in:
Remko Popma
2020-06-30 07:56:50 +09:00
parent 4e845e0a56
commit 20da7e405d
3 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ class VersionProviderMetaData implements IVersionProvider, ITypeMetaData {
/**
* Sets the specified {@code CommandSpec}'s
* {@linkplain CommandSpec#versionProvider(IVersionProvider) version provider}
* {@linkplain CommandSpec#versionProvider(picocli.CommandLine.IVersionProvider)} version provider}
* to an {@code VersionProviderMetaData} instance if the annotation attribute was present on the
* specified {@code Command} annotation.
*