@@ -250,7 +250,7 @@ <T> VertexEntity<T> createVertex(
250250 * @param clazz
251251 * @param ifMatchRevision
252252 * @param ifNoneMatchRevision
253- * @return
253+ * @return a VertexEntity object
254254 * @throws ArangoException
255255 */
256256 <T > VertexEntity <T > getVertex (
@@ -301,7 +301,7 @@ <T> VertexEntity<T> replaceVertex(
301301 * @param waitForSync
302302 * @param ifMatchRevision
303303 * @param ifNoneMatchRevision
304- * @return
304+ * @return a VertexEntity object
305305 * @throws ArangoException
306306 */
307307 <T > VertexEntity <T > updateVertex (
@@ -326,7 +326,7 @@ <T> VertexEntity<T> updateVertex(
326326 * @param waitForSync
327327 * @param ifMatchRevision
328328 * @param ifNoneMatchRevision
329- * @return
329+ * @return a DeletedEntity object
330330 * @throws ArangoException
331331 */
332332 DeletedEntity deleteVertex (
@@ -349,7 +349,7 @@ DeletedEntity deleteVertex(
349349 * @param toHandle
350350 * @param value
351351 * @param waitForSync
352- * @return <T> EdgeEntity<T>
352+ * @return a EdgeEntity object
353353 * @throws ArangoException
354354 */
355355 <T > EdgeEntity <T > createEdge (
@@ -370,10 +370,9 @@ <T> EdgeEntity<T> createEdge(
370370 * @param edgeCollectionName
371371 * @param key
372372 * @param clazz
373- * @param rev
374373 * @param ifNoneMatchRevision
375374 * @param ifMatchRevision
376- * @return <T> EdgeEntity<T>
375+ * @return a EdgeEntity object
377376 * @throws ArangoException
378377 */
379378 <T > EdgeEntity <T > getEdge (
@@ -474,7 +473,7 @@ <T> EdgeEntity<T> updateEdge(
474473 * @param labels
475474 * @param driver
476475 * @param properties
477- * @return
476+ * @return a CursorEntity object
478477 * @throws ArangoException
479478 */
480479 @ Deprecated
0 commit comments