Hi All,
I'm little bit new to swagger code generator implementation. I tried to 
develop swagger code generator for MSF4J framework by extending default CXF 
implementation .
I was able to complete it but now have small issue. When i generate swagger 
code for API it do not append \n for new lines and it cause build issues.
Please see 2 cases below.

Code generated by swagger client generate cli and it do not build properly.
    @io.swagger.annotations.ApiOperation(value = "", notes = "Get available 
tiers ", response = TierListDTO.class, responseContainer = "List")

Same stub generated using maven plugin developed and it works fine.
    @io.swagger.annotations.ApiOperation(value = "", notes = "Get available 
tiers\n", response = TierListDTO.class, responseContainer = "List")

Anyone have hint where i can fix this?

Thanks,
sanjeewa.

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to