Skip to content

Commit 29d11d9

Browse files
committed
Replace mention of "cluster" by "session" in DriverConfigLoader.close()
1 parent 262cc4f commit 29d11d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/datastax/oss/driver/api/core/config/DriverConfigLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ static DriverConfigLoader compose(
376376
boolean supportsReloading();
377377

378378
/**
379-
* Called when the cluster closes. This is a good time to release any external resource, for
379+
* Called when the session closes. This is a good time to release any external resource, for
380380
* example cancel a scheduled reloading task.
381381
*/
382382
@Override

0 commit comments

Comments
 (0)