File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,16 +102,16 @@ public CppOatppClientCodegen() {
102102
103103 languageSpecificPrimitives = new HashSet <>(
104104 Arrays .asList (
105- "oatpp::String" ,
106- "oatpp::Boolean" ,
107- "oatpp::Int32" ,
108- "oatpp::Int64" ,
109- "oatpp::Vector" ,
110- "oatpp::Fields" ,
111- "oatpp::UnorderedSet" ,
112- "oatpp::Object" ,
113- "oatpp::Float64" ,
114- "oatpp::Any"
105+ "oatpp::String" ,
106+ "oatpp::Boolean" ,
107+ "oatpp::Int32" ,
108+ "oatpp::Int64" ,
109+ "oatpp::Vector" ,
110+ "oatpp::Fields" ,
111+ "oatpp::UnorderedSet" ,
112+ "oatpp::Object" ,
113+ "oatpp::Float64" ,
114+ "oatpp::Any"
115115 ));
116116
117117 typeMapping = new HashMap <>();
@@ -332,7 +332,7 @@ public String getTypeDeclaration(Schema p) {
332332 return toModelName (openAPIType );
333333 }
334334
335- String namespace = (String )additionalProperties .get ("modelNamespace" );
335+ String namespace = (String ) additionalProperties .get ("modelNamespace" );
336336 return namespace + "::" + openAPIType ;
337337 }
338338
You can’t perform that action at this time.
0 commit comments