Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Fix javadoc generation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
folomeev committed Jan 18, 2017
1 parent 856bc5b commit 0bc046f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions libai/src/main/java/ai/api/AIDataService.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -595,7 +594,7 @@ public AIResponse uploadUserEntities(final Collection<Entity> userEntities, AISe
/**
* @param requestJson Cannot be <code>null</code>
* @param serviceContext custom service context that should be used instead of the default context
* @return
* @return Response string
* @throws MalformedURLException
* @throws AIServiceException
*/
Expand All @@ -605,7 +604,7 @@ protected String doTextRequest(final String requestJson, AIServiceContext servic

/**
* @param requestJson Cannot be <code>null</code>
* @return
* @return Response string
* @throws MalformedURLException
* @throws AIServiceException
*/
Expand All @@ -616,7 +615,7 @@ protected String doTextRequest(final String requestJson) throws MalformedURLExce
/**
* @param endpoint Cannot be <code>null</code>
* @param requestJson Cannot be <code>null</code>
* @return
* @return Response string
* @throws MalformedURLException
* @throws AIServiceException
*/
Expand All @@ -628,7 +627,7 @@ protected String doTextRequest(final String endpoint, final String requestJson)
* @param endpoint Cannot be <code>null</code>
* @param requestJson Cannot be <code>null</code>
* @param additionalHeaders
* @return
* @return Response string
* @throws MalformedURLException
* @throws AIServiceException
*/
Expand Down

0 comments on commit 0bc046f

Please sign in to comment.