Skip to content

Commit a4467d0

Browse files
committed
chore: remove misleading comment
1 parent 75fc580 commit a4467d0

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/connection/ClientSideStatementValueConverters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public Integer convert(String value) {
177177
}
178178
}
179179

180-
/** Converter from string to protobuf {@link Duration}. */
180+
/** Converter from string to {@link Duration}. */
181181
static class DurationConverter implements ClientSideStatementValueConverter<Duration> {
182182
static final DurationConverter INSTANCE =
183183
new DurationConverter("('(\\d{1,19})(s|ms|us|ns)'|\\d{1,19}|NULL)");

0 commit comments

Comments
 (0)