From 0bc046fa3eef5836f24b1ee601841ef7a4fb216b Mon Sep 17 00:00:00 2001 From: folomeev Date: Wed, 18 Jan 2017 16:02:27 +0700 Subject: [PATCH] Fix javadoc generation warnings --- libai/src/main/java/ai/api/AIDataService.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libai/src/main/java/ai/api/AIDataService.java b/libai/src/main/java/ai/api/AIDataService.java index f0158a5..384f57a 100644 --- a/libai/src/main/java/ai/api/AIDataService.java +++ b/libai/src/main/java/ai/api/AIDataService.java @@ -323,7 +323,6 @@ public boolean resetContexts() { /** * Retrieves the list of all currently active contexts for a session * - * @param serviceContext custom service context that should be used instead of the default context * @return List of contexts, or empty list if there is no any active contexts * @throws AIServiceException */ @@ -595,7 +594,7 @@ public AIResponse uploadUserEntities(final Collection userEntities, AISe /** * @param requestJson Cannot be null * @param serviceContext custom service context that should be used instead of the default context - * @return + * @return Response string * @throws MalformedURLException * @throws AIServiceException */ @@ -605,7 +604,7 @@ protected String doTextRequest(final String requestJson, AIServiceContext servic /** * @param requestJson Cannot be null - * @return + * @return Response string * @throws MalformedURLException * @throws AIServiceException */ @@ -616,7 +615,7 @@ protected String doTextRequest(final String requestJson) throws MalformedURLExce /** * @param endpoint Cannot be null * @param requestJson Cannot be null - * @return + * @return Response string * @throws MalformedURLException * @throws AIServiceException */ @@ -628,7 +627,7 @@ protected String doTextRequest(final String endpoint, final String requestJson) * @param endpoint Cannot be null * @param requestJson Cannot be null * @param additionalHeaders - * @return + * @return Response string * @throws MalformedURLException * @throws AIServiceException */