From 6861d17996e0d6a423afc2a54eda72c6542b34e3 Mon Sep 17 00:00:00 2001 From: Deepak Michael Date: Mon, 1 Aug 2011 22:25:46 +0530 Subject: [PATCH] Swagr codegen: Correcting package name in comments --- .../src/main/java/com/wordnik/swagger/common/WordnikAPI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-gen/conf/java/structure/src/main/java/com/wordnik/swagger/common/WordnikAPI.java b/code-gen/conf/java/structure/src/main/java/com/wordnik/swagger/common/WordnikAPI.java index fd241f3afde..011f1423dbf 100644 --- a/code-gen/conf/java/structure/src/main/java/com/wordnik/swagger/common/WordnikAPI.java +++ b/code-gen/conf/java/structure/src/main/java/com/wordnik/swagger/common/WordnikAPI.java @@ -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 queryParams, Object postObject) throws APIException {