adding @javadoc to 'findMethodResponse' method

This commit is contained in:
Alex Kalashnikov
2016-03-03 10:15:44 +04:00
parent 7817ff5f3d
commit 20bf205451

View File

@@ -1231,6 +1231,9 @@ public class DefaultCodegen {
}
}
/**
* Override with any special handling of response codes
*/
protected Response findMethodResponse(Map<String, Response> responses) {
String code = null;