Skip to content

Commit aaa9585

Browse files
arpan14olavloite
andauthored
Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionClient.java
Co-authored-by: Knut Olav Løite <koloite@gmail.com>
1 parent d1a8427 commit aaa9585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ SessionImpl createSession() {
229229
* Create a multiplexed session and returns it to the given {@link SessionConsumer}. A multiplexed
230230
* session is not affiliated with any GRPC channel. The given {@link SessionConsumer} is
231231
* guaranteed to eventually get exactly 1 multiplexed session unless an error occurs. In case of
232-
* an error on the gRPC calls, the consumer will receive one or more {@link
232+
* an error on the gRPC calls, the consumer will receive one {@link
233233
* SessionConsumer#onSessionCreateFailure(Throwable, int)} calls with the error.
234234
*
235235
* @param consumer The {@link SessionConsumer} to use for callbacks when sessions are available.

0 commit comments

Comments
 (0)