openapi-generator/modules/swagger-codegen
Sunny Gupta 80259fbcc4 Fixed the compile time error in the generated code caused due to unescaped new line characters.
Since the description text is not being escaped, if there is a new line character, it will cause a new line to be added to the source code. This can cause compile time error if the new line character is part of a string (e.g. java string) and there is no '+' sign explicitly added to the code. Note: The code was doing escapeText for properties but not for models. This patch fixes that.
2015-04-01 12:33:44 -07:00
..
src Fixed the compile time error in the generated code caused due to unescaped new line characters. 2015-04-01 12:33:44 -07:00
pom.xml updated version 2015-02-23 23:03:18 -08:00