describing @param and @return for 'findMethodResponse' method

This commit is contained in:
Alex Kalashnikov 2016-03-03 16:57:40 +04:00
parent 20bf205451
commit 0911b373de

View File

@ -1233,6 +1233,8 @@ public class DefaultCodegen {
/**
* Override with any special handling of response codes
* @param responses Swagger Operation's responses
* @return default method response or <tt>null</tt> if not found
*/
protected Response findMethodResponse(Map<String, Response> responses) {