Fixed Javadoc errors

This commit is contained in:
Kai S. K. Engelbart 2020-02-07 13:44:09 +01:00 committed by GitHub
parent 581f2d9cdf
commit fc57e39c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ public class ConfigItem<T> {
private T value;
/**
* Initializes a {@link ConfigItem}
* Initializes a {@link ConfigItem}.
*
* @param commandLong the long command line argument to set this value
* @param commandShort the short command line argument to set this value
@ -56,7 +56,7 @@ public class ConfigItem<T> {
}
/**
* Parses this {@ConfigItem}'s value from a string
* Parses this {@ConfigItem}'s value from a string.
*
* @param input the string to parse from
* @since Envoy v0.2-alpha