We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f63109 commit 210486aCopy full SHA for 210486a
google-cloud-spanner/src/main/java/com/google/cloud/spanner/StructReader.java
@@ -648,7 +648,7 @@ default <T extends ProtocolMessageEnum> List<T> getProtoEnumList(
648
649
List<UUID> getUuidList(int columnIndex);
650
651
- List<UUID> getUuidList(String columnNameÏ);
+ List<UUID> getUuidList(String columnName);
652
653
/**
654
* @param columnIndex index of the column
0 commit comments