Skip to content

Commit 210486a

Browse files
committed
fix: non-ASCII Unicode characters in code
1 parent 4f63109 commit 210486a

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/StructReader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ default <T extends ProtocolMessageEnum> List<T> getProtoEnumList(
648648

649649
List<UUID> getUuidList(int columnIndex);
650650

651-
List<UUID> getUuidList(String columnNameÏ);
651+
List<UUID> getUuidList(String columnName);
652652

653653
/**
654654
* @param columnIndex index of the column

0 commit comments

Comments
 (0)