Skip to content

Commit c5c89f1

Browse files
committed
fixed javadoc
1 parent 883dfb0 commit c5c89f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/arangodb/springframework/annotation/QueryOptions.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,13 @@
144144

145145
/**
146146
* Set this option to true to make it possible to retry fetching the latest batch from a cursor.
147-
* <p/>
148147
* This makes possible to safely retry invoking {@link com.arangodb.ArangoCursor#next()} in
149148
* case of I/O exceptions (which are actually thrown as {@link com.arangodb.ArangoDBException}
150149
* with cause {@link java.io.IOException})
151-
* <p/>
152150
* If set to false (default), then it is not safe to retry invoking
153151
* {@link com.arangodb.ArangoCursor#next()} in case of I/O exceptions, since the request to
154152
* fetch the next batch is not idempotent (i.e. the cursor may advance multiple times on the
155153
* server).
156-
* <p/>
157154
* Note: once you successfully received the last batch, you should call
158155
* {@link com.arangodb.ArangoCursor#close()} so that the server does not unnecessary keep the
159156
* batch until the cursor times out ({@link AqlQueryOptions#ttl(Integer)}).

0 commit comments

Comments
 (0)