We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed46b1c commit 42def12Copy full SHA for 42def12
src/main/java/com/arangodb/ArangoCursorAsync.java
@@ -34,7 +34,7 @@
34
*/
35
public class ArangoCursorAsync<T> extends ArangoCursor<T> {
36
37
- public ArangoCursorAsync(final InternalArangoDatabase<?, ?, ?> db, final ArangoCursorExecute execute,
+ protected ArangoCursorAsync(final InternalArangoDatabase<?, ?, ?> db, final ArangoCursorExecute execute,
38
final Class<T> type, final CursorEntity result) {
39
super(db, execute, type, result);
40
}
0 commit comments