Swagr codegen: Correcting package name in comments

This commit is contained in:
Deepak Michael 2011-08-01 22:25:46 +05:30
parent 7a29714a37
commit 6861d17996

View File

@ -110,7 +110,7 @@ public class WordnikAPI {
* @param method - Method we should use for communicating to the back end.
* @param postObject - if the method is POST, provide the object that should be sent as part of post request.
* @return JSON response of the API call.
* @throws com.wordnik.exception.APIException if the call to API server fails.
* @throws com.wordnik.swagger.exception.APIException if the call to API server fails.
*/
protected static String invokeAPI(String authToken, String resourceURL, String method, Map<String,
String> queryParams, Object postObject) throws APIException {