Skip to content

Commit 26383ef

Browse files
Alexandre Dutraadutra
Alexandre Dutra
authored andcommitted
Fix wrong value type for GRAPH_PAGING_ENABLED
1 parent c3d3134 commit 26383ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/datastax/dse/driver/api/core/config/DseDriverOption.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public enum DseDriverOption implements DriverOption {
177177
/**
178178
* Whether to enable paging for Graph queries.
179179
*
180-
* <p>Value type: boolean
180+
* <p>Value type: {@link String}
181181
*/
182182
GRAPH_PAGING_ENABLED("advanced.graph.paging-enabled"),
183183

0 commit comments

Comments
 (0)