We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's an unnecessary non-ASCII Unicode character here:
List<UUID> getUuidList(String columnNameÏ);
https://github.com/googleapis/java-spanner/blame/4f63109077cb7317eb18d074837b6d1c832f9420/google-cloud-spanner/src/main/java/com/google/cloud/spanner/StructReader.java#L651
This is discouraged by https://errorprone.info/bugpattern/UnicodeInCode
It looks like the character might have been a typo.
The text was updated successfully, but these errors were encountered:
rahul2393
Successfully merging a pull request may close this issue.
There's an unnecessary non-ASCII Unicode character here:
https://github.com/googleapis/java-spanner/blame/4f63109077cb7317eb18d074837b6d1c832f9420/google-cloud-spanner/src/main/java/com/google/cloud/spanner/StructReader.java#L651
This is discouraged by https://errorprone.info/bugpattern/UnicodeInCode
It looks like the character might have been a typo.
The text was updated successfully, but these errors were encountered: