Skip to content

Commit 82f83ea

Browse files
authored
chore: fix typo in Cloud SQL Sample (GoogleCloudPlatform#5006)
1 parent 7bee25d commit 82f83ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud-sql/postgres/client-side-encryption/src/main/java/cloudsql/tink/QueryAndDecryptData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static void queryAndDecryptData(DataSource pool, Aead envAead, String tab
7878
String team = voteResults.getString(1);
7979
Timestamp timeCast = voteResults.getTimestamp(2);
8080

81-
// Postgres pads char VARCHAR fields with spaces. These will need to be removed before
81+
// Postgres pads CHAR fields with spaces. These will need to be removed before
8282
// decrypting.
8383
String aad = voteResults.getString(1).trim();
8484

0 commit comments

Comments
 (0)