Skip to content

Commit 218c3b7

Browse files
committed
feat: method doc update
1 parent 9f59715 commit 218c3b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/AbstractStatementParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,6 @@ static int countOccurrencesOf(char c, String string) {
549549
*
550550
* @param sql The sql string without comments that has to be evaluated.
551551
* @return A boolean indicating whether the sql string has a Returning clause or not.
552-
* @throws SpannerException If the input sql string contains an unclosed string/byte literal.
553552
*/
554553
@InternalApi
555554
abstract boolean checkReturningClauseInternal(String sql);

0 commit comments

Comments
 (0)