Commit aaa9585 1 parent d1a8427 commit aaa9585 Copy full SHA for aaa9585
File tree 1 file changed +1
-1
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ SessionImpl createSession() {
229
229
* Create a multiplexed session and returns it to the given {@link SessionConsumer}. A multiplexed
230
230
* session is not affiliated with any GRPC channel. The given {@link SessionConsumer} is
231
231
* 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
233
233
* SessionConsumer#onSessionCreateFailure(Throwable, int)} calls with the error.
234
234
*
235
235
* @param consumer The {@link SessionConsumer} to use for callbacks when sessions are available.
You can’t perform that action at this time.
0 commit comments