standard javadoc

This commit is contained in:
Gabriele C
2015-11-21 01:31:18 +01:00
parent 118c79401a
commit bd1f868c6d
94 changed files with 1176 additions and 1174 deletions
@@ -307,8 +307,8 @@ public class CommandDescription {
/**
* Get the absolute command label, without a slash.
* @return String
*/
* @return String */
public String getAbsoluteLabel() {
return getAbsoluteLabel(false);
}
@@ -111,8 +111,8 @@ public class ConverterCommand extends ExecutableCommand {
/**
* Method getName.
* @return String
*/
* @return String */
String getName() {
return this.name;
}
@@ -120,8 +120,8 @@ public class ConverterCommand extends ExecutableCommand {
/**
* Method fromName.
* @param name String
* @return ConvertType
*/
* @return ConvertType */
public static ConvertType fromName(String name) {
for (ConvertType type : ConvertType.values()) {
if (type.getName().equalsIgnoreCase(name))