Shorty parameter type

This commit is contained in:
Hugo de Paix de Coeur
2016-02-19 16:39:13 +01:00
parent 2f71a011c3
commit 07bcdf220d

View File

@@ -465,7 +465,7 @@ public class PathsDocument extends MarkupDocument {
type = new RefType(type);
}
}
String parameterType = WordUtils.capitalize(parameter.getIn() + PARAMETER);
String parameterType = WordUtils.capitalize(parameter.getIn());
List<String> content = Arrays.asList(
parameterType,