forked from loafle/openapi-generator-original
replace tab with space, update samples
This commit is contained in:
@@ -1911,8 +1911,8 @@ public class DefaultCodegen {
|
||||
|
||||
// better error handling when map/array type is invalid
|
||||
if (name == null) {
|
||||
LOGGER.error("String to be sanitized is null. Default to ERROR_UNKNOWN");
|
||||
return "ERROR_UNKNOWN";
|
||||
LOGGER.error("String to be sanitized is null. Default to ERROR_UNKNOWN");
|
||||
return "ERROR_UNKNOWN";
|
||||
}
|
||||
|
||||
// input[] => input
|
||||
|
||||
Reference in New Issue
Block a user