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

Commit 0bc046f

Browse files
author
folomeev
committed
Fix javadoc generation warnings
1 parent 856bc5b commit 0bc046f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

libai/src/main/java/ai/api/AIDataService.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ public boolean resetContexts() {
323323
/**
324324
* Retrieves the list of all currently active contexts for a session
325325
*
326-
* @param serviceContext custom service context that should be used instead of the default context
327326
* @return List of contexts, or empty list if there is no any active contexts
328327
* @throws AIServiceException
329328
*/
@@ -595,7 +594,7 @@ public AIResponse uploadUserEntities(final Collection<Entity> userEntities, AISe
595594
/**
596595
* @param requestJson Cannot be <code>null</code>
597596
* @param serviceContext custom service context that should be used instead of the default context
598-
* @return
597+
* @return Response string
599598
* @throws MalformedURLException
600599
* @throws AIServiceException
601600
*/
@@ -605,7 +604,7 @@ protected String doTextRequest(final String requestJson, AIServiceContext servic
605604

606605
/**
607606
* @param requestJson Cannot be <code>null</code>
608-
* @return
607+
* @return Response string
609608
* @throws MalformedURLException
610609
* @throws AIServiceException
611610
*/
@@ -616,7 +615,7 @@ protected String doTextRequest(final String requestJson) throws MalformedURLExce
616615
/**
617616
* @param endpoint Cannot be <code>null</code>
618617
* @param requestJson Cannot be <code>null</code>
619-
* @return
618+
* @return Response string
620619
* @throws MalformedURLException
621620
* @throws AIServiceException
622621
*/
@@ -628,7 +627,7 @@ protected String doTextRequest(final String endpoint, final String requestJson)
628627
* @param endpoint Cannot be <code>null</code>
629628
* @param requestJson Cannot be <code>null</code>
630629
* @param additionalHeaders
631-
* @return
630+
* @return Response string
632631
* @throws MalformedURLException
633632
* @throws AIServiceException
634633
*/

0 commit comments

Comments
 (0)