Skip to content

Commit 6b0ae6a

Browse files
chore: generate libraries at Wed Apr 30 16:26:11 UTC 2025
1 parent ee181ae commit 6b0ae6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPool.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2718,7 +2718,9 @@ private Tuple<PooledSession, Integer> findSessionToKeepAlive(
27182718
return null;
27192719
}
27202720

2721-
/** @return true if this {@link SessionPool} is still valid. */
2721+
/**
2722+
* @return true if this {@link SessionPool} is still valid.
2723+
*/
27222724
boolean isValid() {
27232725
synchronized (lock) {
27242726
return closureFuture == null && resourceNotFoundException == null;

0 commit comments

Comments
 (0)