Fiexd some indentation problem

This commit is contained in:
JULIEN MASNADA 2016-01-13 00:24:22 +01:00 committed by wing328
parent 2a9ead870c
commit 68dc407f1d

View File

@ -1090,7 +1090,7 @@ public class DefaultCodegen {
ArrayProperty ap = (ArrayProperty) p;
CodegenProperty cp = fromProperty(property.name, ap.getItems());
if (cp == null) {
LOGGER.warn("skipping invalid property " + Json.pretty(p));
LOGGER.warn("skipping invalid property " + Json.pretty(p));
} else {
property.baseType = getSwaggerType(p);
if (!languageSpecificPrimitives.contains(cp.baseType)) {