This closes #3994
This commit is contained in:
commit
7bdb3dc176
|
@ -47,6 +47,13 @@ public interface ServerLocator extends AutoCloseable {
|
||||||
*/
|
*/
|
||||||
boolean isClosed();
|
boolean isClosed();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Just kept for compatibility.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
default void disableFinalizeCheck() {
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a ClientSessionFactory using whatever load balancing policy is in force
|
* Creates a ClientSessionFactory using whatever load balancing policy is in force
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue